How to add a customer title in Google+ share link -


as facebook , twitter has parameter url , title.

https://www.facebook.com/sharer.php?u=[url]&t=[text] http://twitter.com/intent/tweet?source=sharethiscom&text=[text]&url=[url]

what title parameter in google+ share link ?

https://plus.google.com/share?url=[url]

you can't supply share link - accepts url share , language parameters. can pre-fill text if use share widget though: http://developers.google.com/+/web/share

the title of page in snippet taken url being shared. title either based on schema.org markup, open graph tags, or title of page. there's example of setting on snippet doc page: https://developers.google.com/+/web/snippet/


Comments

Popular posts from this blog

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -

php - Prepared Statement Inner Join Cannot Pass Parameter by Reference -

c# - Value cannot be null or empty.\r\nParameter name: name -