Title: FeedBlitz Tutorial
Last modified: August 20, 2016

---

# FeedBlitz Tutorial

 *  Resolved [DCwebster](https://wordpress.org/support/users/dcwebster/)
 * (@dcwebster)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/feedblitz-tutorial/)
 * Hello, can you please provide details and guidance for using the plugin with 
   FeedBlitz? Thank you!
 * [http://wordpress.org/extend/plugins/genesis-enews-extended/](http://wordpress.org/extend/plugins/genesis-enews-extended/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [13 years, 6 months ago](https://wordpress.org/support/topic/feedblitz-tutorial/#post-3231626)
 * Hi DC,
 * Reply with a copy of the html code provided by Feedblitz and I’ll let you know
   what goes where.
 * According to FeedBlitz, you can find this by “logging into FeedBlitz, go to your
   Newsletter Center, and click the HTML subscription form button on the right.”
 * Most likely, you’ll need to include
    `http://www.feedblitz.com/f/f.fbz?AddNewUserDirect`
   as the form action field, `EMAIL` as the e-mail field name, and **something like
   this** for the hidden fields (it’ll vary as this is what tells feedblitz what
   list to subscribe the visitors:
 *     ```
       <input name="EMAIL_" maxlength="64" type="hidden" size="25" value="">
       <input name="EMAIL_ADDRESS" maxlength="64" type="hidden" size="25" value="">
       <input name="FEEDID" type="hidden" value="UNIQUE VALUE">
       <input name="PUBLISHER" type="hidden" value="UNIQUE VALUE">
       ```
   
 * I’m happy to confirm after seeing code. Please let me know. If I don’t hear back
   in a few days, I’ll assume you got it working.
 *  Thread Starter [DCwebster](https://wordpress.org/support/users/dcwebster/)
 * (@dcwebster)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/feedblitz-tutorial/#post-3231627)
 * Thanks, here’s the code:
 * <form name=”FeedBlitz_e7dbf6fc3b7811e29f67003005ce8903″ method=”POST” action=”
   [http://www.feedblitz.com/f/f.fbz?AddNewUserDirect”&gt](http://www.feedblitz.com/f/f.fbz?AddNewUserDirect”&gt);
   
   Enter your Email<input style=”display:none” name=”EMAIL” maxlength=”64″ type=”
   text” size=”25″ value=””> <input name=”EMAIL_” maxlength=”64″ type=”hidden” size
   =”25″ value=””> <input name=”EMAIL_ADDRESS” maxlength=”64″ type=”hidden” size
   =”25″ value=””> <input name=”FEEDID” type=”hidden” value=”868703″> <input name
   =”PUBLISHER” type=”hidden” value=”27710832″> <input type=”button” value=”Subscribe
   me!” onClick=”FeedBlitz_e7dbf6fc3b7811e29f67003005ce8903s(this.form);”>
 * [Preview](http://www.feedblitz.com/f?previewfeed=868703) | Powered by [FeedBlitz](http://www.feedblitz.com)
   
   </form> <script language=”Javascript”>function FeedBlitz_e7dbf6fc3b7811e29f67003005ce8903i(){
   var x=document.getElementsByName(‘FeedBlitz_e7dbf6fc3b7811e29f67003005ce8903′);
   for(i=0;i<x.length;i++){x[i].EMAIL.style.display=’block’; x[i].action=’[http://www.feedblitz.com/f/f.fbz?AddNewUserDirect&#8217](http://www.feedblitz.com/f/f.fbz?AddNewUserDirect&#8217);;}}
   function FeedBlitz_e7dbf6fc3b7811e29f67003005ce8903s(v){v.submit();}FeedBlitz_e7dbf6fc3b7811e29f67003005ce8903i();
   </script>
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [13 years, 6 months ago](https://wordpress.org/support/topic/feedblitz-tutorial/#post-3231628)
 * Hi,
 * For the form action field:
    `http://www.feedblitz.com/f/f.fbz?AddNewUserDirect`
 * For the e-mail field:
    `EMAIL`
 * For the hidden fields:
 *     ```
       <input name="EMAIL_" maxlength="64" type="hidden" size="25" value="">
       <input name="EMAIL_ADDRESS" maxlength="64" type="hidden" size="25" value="">
       <input name="FEEDID" type="hidden" value="868703">
       <input name="PUBLISHER" type="hidden" value="27710832">
       ```
   
 * Let me know if you have any issues! Cheers.
 *  [danclarkeaudio](https://wordpress.org/support/users/danclarkeaudio/)
 * (@danclarkeaudio)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/feedblitz-tutorial/#post-3231634)
 * Hi,
 * When i enter the details as specified I get a http 403 error. You are not authorised
   to view this page.
 * What could the problem be?
 * Thanks
 * Dan
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [13 years, 5 months ago](https://wordpress.org/support/topic/feedblitz-tutorial/#post-3231635)
 * Dan,
 * Please send me a link to a page where the widget is installed so I can check 
   it out.
 * Thanks,
    BK
 *  [danclarkeaudio](https://wordpress.org/support/users/danclarkeaudio/)
 * (@danclarkeaudio)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/feedblitz-tutorial/#post-3231636)
 * BK,
 * Here’s the link:
 * [http://cosmetic-candy.com/](http://cosmetic-candy.com/)
 * it’s the green box at the top of each page
 * Thanks
 * Dan
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [13 years, 5 months ago](https://wordpress.org/support/topic/feedblitz-tutorial/#post-3231637)
 * Hi Dan,
 * It appears to be working for me. I was able to complete the registration process
   and subscribe to the site.
 * Maybe the error is occurring for you if we are/were logged into the FeedBlitz?
 *  [danclarkeaudio](https://wordpress.org/support/users/danclarkeaudio/)
 * (@danclarkeaudio)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/feedblitz-tutorial/#post-3231638)
 * BK
 * I think you must be right, I tried from a different browser and it worked fine
 * Thanks for your help
 * Dan

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘FeedBlitz Tutorial’ is closed to new replies.

 * ![](https://ps.w.org/genesis-enews-extended/assets/icon.svg?rev=3508279)
 * [Genesis eNews Extended](https://wordpress.org/plugins/genesis-enews-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/genesis-enews-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-enews-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-enews-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-enews-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-enews-extended/reviews/)

## Tags

 * [FeedBlitz](https://wordpress.org/support/topic-tag/feedblitz/)

 * 8 replies
 * 3 participants
 * Last reply from: [danclarkeaudio](https://wordpress.org/support/users/danclarkeaudio/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/feedblitz-tutorial/#post-3231638)
 * Status: resolved