I have a website that has an iframe in it that contains dynamic content (one time it is this link and other time it is that link etc..) . outside the iframe (in the regular site) I have 3 social buttons: Facebook Twitter & Google+.
I want the user to click on the social-buttons outside the iframe - but to like the iframe itselft *
To connect the iframe link to facebook is easy because I have data-href and I can put there the iframe's link:
<div class="fb-like" data-href="http://www.theIframeLinkIwant.com/" .../>
However how do I do it for twitter & Google+ - they don't have that sort of field:
<g:plusone size="medium" annotation="inline" width="120" class="googlePlus"></g:plusone>
<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
thanks, Alon