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

Sep 10, 2014

How to add battleforthenet widget on Blogger

This code will add the battleforthenet widget to your blogger site.

1. Go to Layout
2. Add HTML/JavaScript widget
3. Copy/Paste:
<script src="//widget.battleforthenet.com/widget.min.js" async></script>
4. Save

Nov 15, 2011

Blogger blog has been removed Error


My blog has been down due to an erroneous SPAM issue with Blogger. Somehow my blog was automatically marked as spam prompting Blogger to completely remove my blog. My blog was no longer viewable on my Dashboard, and my blog disappeared without a trace.

I understand how spammers make spam blogs, i.e. quick rich schemes, but I wish Blogger had some kind of warning to inform me that my blog was being reviewed for SPAM. It was alarming to wake up, log into my blog, to find everything gone. "Was I just hacked?" was the first thing that went through my mind. After some further reading, I found some answers.

The only solution is to post on the Blogger user forums and request a Spam Appeal. Only legitimate requests meeting Blogger's appeals criteria will be accepted. Spammers need not apply because you'll be banned forever anyway. Also, if your Google account is blocked from the forums, then you'll need to sign into another Google account to post a question to the forum:

Tip: Be clear and concise to have your question answered.
http://www.google.com/support/forum/p/blogger/label?lid=42512ba1ddda2647&hl=en

My appeals process:
http://www.google.com/support/forum/p/blogger/thread?tid=0776b0d4c1f9a9e8&hl=en

I'm happy with the response time in the Blogger Forums. My question was answered in a timely manner, and my issue was addressed within the day.

Apr 5, 2011

Post HTML code in Blogger post


So you've entered in your HTML code to display on a blog post, but Blogger ends up interpreting the HTML code, so your post ends up looking funky. No problem. 

Solution: 


It had been awhile since I had to insert some code into a post, and I did not realize Blogger changed the posting options? Either way, the new posting features look pretty cool. 

Mar 17, 2009

How to: Hide the navbar in Blogger

How to hide the navbar in your Blogger Blog:

  1. Go to your Layout
  2. Edit HTML
  3. Copy & Paste the following code after "head"
  4. Enjoy

#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
.

Nov 21, 2008

How to: Add a borderless Flickr Slideshow to Blogger Gadgets

If you'd like a Flickr Slideshow added as a Blogger Gadget, like the one shown on this Blog, then we've got a solution for you.

Steps:

1. Log in to your Blogger and go to Dashboard

2. Click Layout

3. Click Add a Gadget

4. Scroll down to HTML/Javascript and Click the + sign

5. Put in a title if you want. Then copy & paste the following code into Content.

<iframe src="http://www.flickr.com/slideShow/index.gne?user_id=XXXXXXXX@NXX" width="180" height="180" scrolling="no" frameborder="0"></iframe>

6. You can resize the slideshow by replacing width="180" and height="180" with your own numbers. Replace XXXXXXX@NXX with your own Flickr id.

Don't know what your Flickr id is? Click here: http://idgettr.com/

7. Click Save and you're all set. Sit back and enjoy!

.