Thursday 29 May 2014

Recover Delete FOLLOWERS in BLOGGER WEBSITE

There are following some easy steps-

Step-1

Go to Dashboard - Layout - Add a Gadget (where you want the gadget to appear) - On your left, click on 'More Gadgets', and you should be able to find the Followers gadget there.




If you get an error that says "This gadget is experimental and is not yet available on all blogs. Check back soon", or if some other reason you can't readily add the gadget from the list of gadgets, try the method in the steps below.


Step-2

Go to Dashboard - Layout - Add a Gadget (where you want the gadget to appear) - Look for HTML/Javascript gadget - Click on the plus (+) icon to add the gadget.


Step-3

In the next window, just copy the URL (the address, as highlighted in the screenshot below) of the page. Once you've copied the address, you can close this window.





https://www.blogger.com/rearrange?blogID=994073362083306609&sectionId=sidebar-right-1&action=editWidget&widgetType=HTML&referrer=directory

Step-4

Paste this URL in a text editor (such as Notepad, MS Word, or wherever you feel comfortable editing it). Next, find for the part that says 'widgetType=HTML' in your address, and change it to 'widgetType=Followers'.

My URL looks like this now, after making the change:


https://www.blogger.com/rearrange?blogID=994073362083306609&sectionId=sidebar-right-1&action=editWidget&widgetType=Followers&referrer=directory

HTML

Step-5


Copy this modified URL, and paste into your browser (preferably the browser that you were using early on, the on that is logged into your Blogger account). Hit 'Enter' on your keyboard, and voila, your Followers gadget is back.


Result-- After following all steps its show 404 ERROR but followers recover. Please check 
http://dotnetseva.blogspot.in/

No comments:

Post a Comment

Excel Sort values in ascending order using function TEXTJOIN

 Excel ::  Text ::  1,3,5,2,9,5,11 Result :: 1,2,3,5,5,9,11 Formula ::     TEXTJOIN ( ",",1,SORT(MID(SUBSTITUTE( A1 ,","...