Effettuare il Redirect del feed di WordPress su FeedBurner (WordPress FeedBurner Plugin)

Effettuare il Redirect del feed di WordPress su FeedBurner (WordPress FeedBurner Plugin)

logo wordpressPiccolo HOWTO sul redirect dei feed wordpress e feed commenti su Feedburner. Le strade per il redirect dei feed wordpress e feed commenti su Feedburner sono htaccess oppure tramite plugin.

Dopo aver provato Feedburner ed aver testato la sua indiscussa utilità nel “recuperare” lettori per il proprio Blog, mi sono imbattuto in un utilissimo plugin per WordPress: WordPress FeedBurner Plugin.

A cosa Serve:

WordPress FeedBurner Plugin serve ad affettuare il redirect del proprio feed rss verso il feed creato con FeedBurner. Tramite questo plugin qualsiasi tipo di utenza può effettuare il redirect del proprio feed rss senza editare il file htaccess.

Procedimento:

  • Estrarre il file tramite un programma come WinRar o WinZip
  • Effettuare l’ Upload del plugin nella directory plugin di wordpress (/www/wp-content/plugins)
  • Attivare il plugin
  • Puntare il proprio account Feedburner non più al proprio rss originale (www/feed), bensi’ all indirizzo fornito da Feedburner plugin (qualcosa come www/feedburner_123456)
  • Fornire al plugin l’indirizzo originale del proprio feed generato da Feedburner (ad es. http://feeds.feedburner.com/italia-sw)
  • Dare l’ OK per cominciare il redirecting

Alternativa:

Redirect tramite HTACCESS, ecco il codice:

RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]
RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/miofeed [R=302,NC,L]

RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]
RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/miofeedcommenti [R=302,NC,L]

Links: http://flagrantdisregard.com/feedburner/

Il tuo Commento

Attenzione

Italia SW non è stato aggiornato negli ultimi anni ed è cambiato il proprietario del sito. » Maggiori informazioni