Showing posts with label Blogger Tricks. Show all posts
Showing posts with label Blogger Tricks. Show all posts
1

Move Export Facebook Photos Albums To Picasa Or Google Plus


If you want to move or export your FaceBook photos and albums to Google Plus + or Picasa,

then you can do this easily using web utility called MoveYourPhotos available in Chrome web store.



Move or export facebook photos and albums to google plus + picasa



Move Your Photos to Google Plus or Picasa


Move Your Photos is available as Chrome browser add on, so you need to have Google Chrome browser to use this application.

If you have joined Google's newly launch social networking site Google Plus and want to export all your photos and albums from facebook then Move Your Photos is the solution.

You can choose to upload all or upload selected photos or albums to picasa

Start moving or exporting facebook photos and albums to google plus using Move Your Photos
Hope this helps

0

Google Plus + Facebook Feeds Integration Extension

Integrate,Combine or fetch Facebook feeds in google plus with google+facebook extension.


Recently google has launched it's new social networking platform google Plus(google +),
and if you want to Integrate your facebook feeds inside it then this extension is for you.


.
Google+Facebook Feeds Extension

Google+Facebook allows you to see or integrate your Facebook stream inside Google Plus(Google+).

Simply Connect to Facebook, and get all the updates on your Google+ Facebook tab.

Crossrider has released the extension Google+Facebook. After downloading and installing it, a small Facebook tab appears at the top of the page, right beside the Google+ Home button. Clicking on it will display your Facebook news feed instead of your Google+ Stream. Just click on Home to go back. The extension even lets you update your Facebook status from withing Google+.

You can download Google+Facebook extension from this link


Enjoy google+ and facebook together


1

No Edit Html Option In New Blogspot/Blogger In Draft


.
If you are a blogspot/blogger user, then u may have noticed the blogger have removed the Edit Html Link from new blogger in draft dashboard.

This is quite frustrating as u can't not edit html of ur page.

But there are still 2 options to go to HTML code of ur template.







Please use This FeedBack Form to let blogger team know that you want Edit Html Option in New blogger


1st Option

Uncheck the Make Blogger in draft my default and reload the page by typing www.blogspot.com.

It will take you to old dashboard.

2nd Option

Log into Blogger in draft

Click the Dashboard Button


Copy your BlogID from address bar of browser.

Now append your BlogID at the end of link mentioned below

http://draft.blogger.com/html?blogID=

Url should look like this

http://draft.blogger.com/html?blogID=xxxxxxxxxxxxxx

Where xxxxxxxxxxxxxx is your BlogID

Paste in address bar and u'll be taken to html code of your template.



.

222

Blogger Page Views Post View Hit Counter

Blogger Page Views Or Post View Hit Counter To Count how many times a post has been viewed.

Several times bloggers like to count how many times any post or articles on blog has been read.

But blogger doesn't provide any way for counting page views or any post hit counter widget

I've written a hit counter script for blogspot bloggers to count page / post views or hits and sharing it with everyone who needs it



to put page views counter in all posts of your blog , follow these steps

Just click on button below to add this counter





Second Method.

1. Login to Blogspot -> Dashboard -> Layout -> Edit HTML

2. click on expend widget Templates

3. find below mentioned line of code

<p><data:post.body/></p>

Now paste below mentioned code above this line

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='hit-counter'>
&lt;a href=&#39;http://csharpdotnetfreak.blogspot.com&#39; rel=&#39;follow&#39;&gt;
<script src='http://amitjain.in/pageviews.php' type='text/javascript'/> &lt;/a&gt;
</div></b:if>


4. Save your template

Third Method.
If you don't want to edit html code than you can put this counter in sidebar of your blog.

For this Go to Layout > Click on Add a Gadget

Select HTML/Javascript

Now copy and paste below mentioned code in the box
<a href="http://csharpdotnetfreak.blogspot.com"><script src='http://amitjain.in/pageviews.php' type='text/javascript'/></a>

Click on Save.

Test the post views counter, leave me a comment if you like it or having any problems in installing it


Have fun

2

Blogger - Add dotnetshoutout button to all posts autometically

You want to add dotnetshoutout button to all posts of your blogspot/ blogger blog.
Than u need to write this code in your html section of blog

First of all go to layout > edit html >

Check the check box of expend widget templates

now look for this line of code

Continue reading this article

Find More Articles