html - Show defaulted text in a share button? -
I was wondering if it was possible to show some pre-defined text while pressing a tweet and google + button, I know that This is possible for Facebook but I can not find any useful code for the Google + button.
The code for my Facebook share button (already working) is:
& lt; A title = "Send to Facebook" href = "http://www.facebook.com/sharer.php?s=100&p[title]=EHBE Groningen and P [summary] = this http: //sharelink.comamp ; P [url] = www.example.nl and P [Images] [0] = example_image "target =" _ blank "& gt; Sharing is the text. & Lt; Period & gt; & Lt; Img width = "14" height = "14" src = "'symbol / fb.gif" alt = "facebook" /> Facebook & lt; / Span & gt; & Lt; / A & gt; The code for my currently tweet code (it also works) is:
& lt; A href = "http://twitter.com/?post=tweet for txt" onclick = "javascript: _gaq.push (['_trackEvent', 'outbound-article', 'http: //twitter.com' ]); "Target =" _ blank "& gt; Tweets on the Day Pages & lt; / A & gt; So my question is whether it is possible for pre-defined text to like, share or tweet the page or article for any type of Google + button.
Edit
I really want to change the text that appears when I click on the button. I think the button is fine.
You can not do that I can gather by seeing how Facebook and Twitter provide them.
What you can do, is this:
I know that this is probably going to be a pain if your content is loaded through AJAX . In that case, you can do something like this: & amp; Body itemscaps item type = "http://schema.org/Product"> & Lt; H1 itempress = "name" & gt; My title & lt; / H1> & Lt; Img itemprop = "image" src = "http://my-url.com/logo.png" /> & Lt; P itemsprop = "description" & gt; An explanation & lt; / P & gt; & Lt; / Body & gt;
Comments
Post a Comment