Note that there are some explanatory texts on larger screens.

plurals
  1. PODynamic (Ajax) share buttons (Facebook, Google+ and Twitter) to share an image, with a link and a description
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COfor the Google +1 button you can probably use the JavaScript APIs (https://developers.google.com/+/plugins/+1button/#jsapi) to accomplish this. You can't pass the shared contents in via JavaScript, though. The image to be shared and your description must exist on a page with a unique URL. You can then mark up this page with opengraph or schema.org markup and use it as the +1. Does a unique URL exist which shows the image and desired description?
      singulars
    2. COThis would be a lot of energy to answer in one question as the API's for posting and sharing are all very different between the three networks. Twitter just released an image API but the method for posting is completely different then on FB for example requiring a different answer and possibly different technologies to complete. You can get away with JS or HTTP request sharing for one and may need to send a POST through PHP for another. I suggest splitting up the question per network. Plus I've seen this exact question before, I'll link to it if I can find it.
      singulars
    3. CODid you ever get a solution to this? I am in the same boat.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload