Torsten2217 / google-plus-platform

Automatically exported from code.google.com/p/google-plus-platform
0 stars 0 forks source link

Add Non-Javascript method for sharing content on Google Plus #207

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hey guys! 

I know there is already a sharing for Google Plus which is this one:

https://plus.google.com/share?url=https://www.google.com

What if I just want to share a pre-defined message and not a URL. Is there  
workaround for that?

Maybe something like this?

https://plus.google.com/share?CONTENT=_MESSAGE_GOES_HERE

Original issue reported on code.google.com by joshua.m...@gmail.com on 8 Apr 2012 at 10:51

GoogleCodeExporter commented 9 years ago

Original comment by mimm...@google.com on 12 Apr 2012 at 10:11

GoogleCodeExporter commented 9 years ago
I am searching all over for this functionality as well. Facebook doesn't allow 
this because they do not want developers to determine what users say. 

My users are given the opportunity to define their custom message earlier in 
the app. For Facebook and google plus it's currently not possible, but Twitter 
uses the html5 data- attribute to allow developers to pre-populate the share 
message.

What gives?

Original comment by jarrod.p...@gmail.com on 7 Jul 2012 at 12:36

GoogleCodeExporter commented 9 years ago
Interactive posts offer a way of writing a customized message.

Original comment by plindner@google.com on 15 Apr 2013 at 7:07

GoogleCodeExporter commented 9 years ago
I hope Google would like to add more paramameters, not only url= and hl=
I wish something like this (like other social networks):
https://plus.google.com/share?url=...&hl=...&title=...&referer=...

Google, please... 

Original comment by subrotog...@gmail.com on 19 Nov 2013 at 3:36

GoogleCodeExporter commented 9 years ago
How to pass the custom title, description and Image to google plus button like 
facebook share button through Google API and PHP

<!DOCTYPE html>
<html>
<body>

<titile> Title</title> //Dynamic Title
<discription> Discription </discription>//Dynamic Discription

<img src="pic_mountain.jpg" alt="Mountain View" 
style="width:304px;height:228px;">//Dynamic imaged

</body>
</html>

All this things are  loop and its shown in seprtae DIV i want to share this 
things with Gplus

Original comment by aby...@gmail.com on 20 Jun 2015 at 6:37