blog button
-
How do I create a blog button for my site?
Blog url: http://enoughofthecattalk.wordpress.com/ -
-
Well, for example, there is a “My Blog Button” with a link in the right column of this blog:
http://teachinginroom6.blogspot.com/
I was hoping to create something like that for mine.
-
Okay, that’s something that the blog owner created themselves. You can make your own blog button with a photo editing program, such as Paint, Photoshop, or Gimp.
Once you’ve made your button, you’ll want to upload it to your Media Library:
http://en.support.wordpress.com/images/You can then create the HTML code for users to add that button to their sites and add it to your sidebar with the Text Widget:
http://en.support.wordpress.com/widgets/text-widget/ -
Great, thanks! I got the blog button on my sidebar, but now how do I create html so that other people can put that button on their blogs and access mine from it?
-
Great! I’m having a hard time inserting the code into this post, so I’ve just added it to your text widget. Can you take a look at your site and let me know if everything seems correct for you?
-
Hmm, it’s too long. The HTML keeps running into the main column. I tried adding a separate text widget with it, and also with the blog button image, but it’s still too long. I don’t know what can be done about that?
-
-
Well, yes, because I just deleted the whole thing. I couldn’t get it to work. How come the HTML would go past the sidebar into the main column?
-
-
Yup, it was:
‘[sourcecode language="html"]<img src=”http://enoughofthecattalk.files.wordpress.com/2012/01/blog-button.jpg” width=”160″ />[/sourcecode]‘
-
Ah, that’s because the styling for the shortcode wasn’t made to be squished into a widget like that.
Try this:
<code><img src="http://enoughofthecattalk.files.wordpress.com/2012/01/blog-button.jpg" width="160" /></code> -
-
Hm, in this case I’m afraid it won’t work with your particular theme then.
It would work in a post or page, but not in a Text widget.
-
- The topic ‘blog button’ is closed to new replies.