• I am trying to add a subscribe button to my blog and it does not appear as a widget under appearance. How do I get the subscribe widget? Also, are there other widgets available to use?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you please tell what kind of subscribe button you are adding?

    An RSS subsribe button that allows visitors to subscribe to your blog’s RSS Feed?

    An Email Subscription? Where a user can subscribe to receive your blog’s latest posts by email.

    Thread Starter susanbarnette

    (@susanbarnette)

    both

    To display email subscription box you will need to sign up for feedburner or similar service provider. Then the feedburner will provide you email subscription form code on their website. It will be under Publicize tab. Copy and paste this code in a TEXT widget on your website.

    To display an RSS link button in a text widget here is what I do:

    I find an RSS image icon suitable to my site’s design and placement.

    Then I upload that image to my wordpress installation. In the left sidebar under your blogs admin section you will see a link “Media” go there and upload your rss image icon.

    Once the image is uploaded it will you the path to that image file on your webserver.

    now add this code to a text widget in your sidebar: Replace yoursite.com with your blogs adddress and image path with the location of RSS icon on you uploaded.

    <a href="https://yoursite.com/feed/" title="Subscribe"><image src="image path" alt="subscribe" /></a>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widgets’ is closed to new replies.