Sponsor 1
custom
codes

Script Share to Blogspot


Labels:

custom-codes - Is there anyway to add share links to blogger like Facebook,GooglePlus, ect.? I thought there would be some kind of custom link for users to "Blog this" or something but I can't find anything like that after a lot of googling.

I would think it'd be something like this: www.blogger.com/share?URL=x

Here is how to :

example code :

https://www.blogger.com/blog-this.g?u=http://blogname.blogspot.com/2014/03/watch-new-xmen-days-of-future-past.html&n=My%20Post%20Name&t=Hello%20This%20is%20my%20blg

search this code and edit

?u= for your blogpost URL.

n= for your blogpost Title.

t= for your blogpost content.


this code :

<a expr:href='&quot;https://www.blogger.com/blog-this.g?u=&quot; + data:post.url + &quot;&amp;n=&quot; + data:post.title + &quot;&amp;t=&quot; + data:blog.metaDescription'>BLOG THIS</a>

or like this :

<a href="http://blogger.com/blog-this.g?t=[TEXT]&n=[Share Name Title/PHP ECHO Share Name Title]&u=[URL/PHP ECHO URL]" target="_blank">Blog This</a>

Demo like this :

0 comments:

Post a Comment