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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

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