• Resolved Hartech Softworks

    (@hartechsoftworks)


    Pretty much a simple question, is it possible to view the amount of people that have seen your RSS feed, or is there a plugin or addon that would cater for this ?

    A thank you in advance.

Viewing 15 replies - 1 through 15 (of 15 total)
  • elba00

    (@elba00)

    Use feedburner, it shows the number of people subscribed to your feed. You can embed a badge that shows this number.

    Thread Starter Hartech Softworks

    (@hartechsoftworks)

    thanks for the quick reply, if I were to use feedburner would it replace the current feed that is on my site ?

    https://tinyurl.com/29uf79a

    Joseph

    (@jpe24524)

    First off, the Q&A’s are awesome. ??

    You should do a redirect.

    Add this to your .htaccess:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    
    # Feedburner
    RewriteCond %{REQUEST_URI} ^/?(feed.*) [NC]
    RewriteCond %{HTTP_USER_AGENT} !^.*(FeedBurner|FeedValidator) [NC]
    RewriteRule ^feed/?.*$ https://feeds.feedburner.com/yourfeed [L,NC,R=302]
    </IfModule>

    Remember to change https://feeds.feedburner.com/yourfeed to your feed address.

    Thread Starter Hartech Softworks

    (@hartechsoftworks)

    Lol thanks Joseph, it is amazing the questions people ask on the Internet and some of their replies.

    I have added the code to my .htaccess file in the root directory, however it does not seem to redirect the link.

    Joseph

    (@jpe24524)

    That’s weird. It’s exactly what I use for mine. Did you put it before the wordpress rules?

    Thread Starter Hartech Softworks

    (@hartechsoftworks)

    Thanks Joseph, actually it is placed on the last line, as everything is read from top to bottom in the .htaccess file. Are you using WordPress 3.0.1 ?

    chinmoy29

    (@chinmoy)

    if you use feedburner wp plugin then don’t change your feed URL. if you set the plugin properly then your feed automatically redirect to feedburner URL. Don’t need to edit the .htaccess file and also follow @elba00

    Thread Starter Hartech Softworks

    (@hartechsoftworks)

    Thanks chinmoy29

    Would the name of the plugin be Wp – Feedburner # Version: 0.2
    # Author: S.P.Arun

    chinmoy29

    (@chinmoy)

    chinmoy29

    (@chinmoy)

    now you will create a feedburner account on https://www.feedburner.com

    Joseph

    (@jpe24524)

    I am using 3.0.1.

    I don’t really know that much about .htaccess but I put all my additional rules at the beginning and never had a problem.

    Thread Starter Hartech Softworks

    (@hartechsoftworks)

    Thanks chinmoy29 and Joseph

    I have installed the plugin, configured it properly to point to my Feedburner account, but it still does not redirect.

    This is weird. It is still showing the WordPress feed.

    Any ideas ?

    Thread Starter Hartech Softworks

    (@hartechsoftworks)

    Ok I have edited the theme to cater for the feedburner, should that work fine now ?

    Joseph

    (@jpe24524)

    Yep, it’s fine.

    Thread Starter Hartech Softworks

    (@hartechsoftworks)

    Alright thanks Joseph and everybody else, I guess that is pretty much it.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Is it possible to view the amount of people that have seen your RSS feed’ is closed to new replies.