• sales@ogcdigitalagency.com
  • Tarzana, CA 91356

30 Ready to Use Social Media Posts

Social media advertising is a must if you’re looking to reach a new, targeted audience—fast.

Now is the time to improve your marketing and sales efforts by increasing your social media presence, with daily social media posts on Facebook, Instagram, Twitter and LinkedIn.

For only US$150 you get 30 highly engaging and compelling Social Media Posts which you can immediately post on your Facebook, Instagram Twitter and LinkedIn accounts.

 

<div id="smart-button-container">
      <div style="text-align: center;">
        <div id="paypal-button-container"></div>
      </div>
    </div>
  <script src="https://www.paypal.com/sdk/js?client-id=AQZlYsDyfhJlP9Q5_2jI3Re0znXGvFzoZ5KSTpnfFtv35bORvduJ61fn6ZUbaIizRukJ0OsyQvecHhwe&enable-funding=venmo&currency=USD" data-sdk-integration-source="button-factory"></script>
  <script>
    function initPayPalButton() {
      paypal.Buttons({
        style: {
          shape: 'rect',
          color: 'gold',
          layout: 'vertical',
          label: 'buynow',
        },
        createOrder: function(data, actions) {
          return actions.order.create({
            purchase_units: [{"description":"30 Ready to use Social Media Image Posts","amount":{"currency_code":"USD","value":150}}]
          });
        },
        onApprove: function(data, actions) {
          return actions.order.capture().then(function(orderData) {
            // Full available details
            console.log('Capture result', orderData, JSON.stringify(orderData, null, 2));
            // Show a success message within this page, e.g.
            const element = document.getElementById('paypal-button-container');
            element.innerHTML = '';
            element.innerHTML = '<h3>Thank you for your payment!</h3>';
            // Or go to another URL:  actions.redirect('thank_you.html');
          });
        },
        onError: function(err) {
          console.log(err);
        }
      }).render('#paypal-button-container');
    }
    initPayPalButton();
  </script>