Running the beta2 on D6.3 (haven't upgraded to 6.4 yet), and I'm still not seeing any FeedFlare or email module or anything from this module. However. FeedFlare is indeed turned on as it shows in the feed (and yes, it's checked for Site as well as Feed), and the Adsense that was configured in Feedburner's Monetize menu is showing up. Javascript shows up in View Source, but still nothing Feedburner-wise...

Comments

dave reid’s picture

I checked out your FeedBurner feed, which is looking fine. The FeedFlare JavaScript code on your site is returning the following script...

document.write('<p class="feedburnerFlareBlock">');
document.write('<a href="http://technorati.com/search/http://www.slappop.com/articles/gaming/0059-kotaku-staff-apparently-switched-diet-lead-paint-chips" class="first">Technorati Links</a>');
document.write('<span> &#8226; </span><a href="http://www.feedburner.com/fb/a/emailFlare?itemTitle=Kotaku%20Staff%20Apparently%20Switched%20to%20Diet%20of%20Lead%20Paint%20Chips&uri=http%3A%2F%2Fwww.slappop.com%2Farticles%2Fgaming%2F0059-kotaku-staff-apparently-switched-diet-lead-paint-chips">Email this</a>');
document.write('<span> &#8226; </span><a href="http://feeds.feedburner.com/slappop">Subscribe to this feed</a>');
document.write('<span> &#8226; </span><a href="javascript: (function(){ var theurl = \'http%3A%2F%2Fwww.slappop.com%2Farticles%2Fgaming%2F0059-kotaku-staff-apparently-switched-diet-lead-paint-chips\';if(typeof Sphere==\'undefined\' || typeof Sphere.Widget==\'undefined\') {var script=document.createElement(\'script\'); script.src=\'http://www.sphere.com/widgets/sphereit/js?siteid=siflare&flare=true&url=\'+ theurl; document.body.appendChild(script);} else { Sphere.Widget.search(theurl) }}())">Sphere: Related Content</a>');
document.write('</p>');

...which looks correct, so I'm not sure what's going on...

dave reid’s picture

Category: bug » support
dave reid’s picture

I can see the FeedFlare on your site now. If you want the e-mail subscription block, you need to set the selected feed under the block options at admin/build/block/configure/feedburner/1

dave reid’s picture

Status: Active » Fixed

Marking this as fixed since I've verified it works on your site.

tf5_bassist’s picture

StatusFileSize
new171.89 KB

hrm... the only "feedflare" i see is the adsense ads. Nothing else though. What are you seeing?

dave reid’s picture

StatusFileSize
new344.26 KB
new523.39 KB

Here's what I see in my browser in Firefox. I'd test Google Chrome if I could on Ubuntu.

tf5_bassist’s picture

StatusFileSize
new307.51 KB

Wow... Now that's bizarre... Yeah... I'm not seeing that. Glad it's working though... Now I have to figure out why it's not showing for me.

Edit: Well this is odd. going to http://slappop.com shows nothing... going to http://www.slappop.com shows what you see. Do you think that's the fault of drupal, the module, or feedburner?

Edit²: When going to www., the feedflare adsense doesn't show up, as in the attachment. Looks like I've gotta' figure this one out...

dave reid’s picture

Here's the FeedFlare script for slappop.com:
<script src="http://feeds.feedburner.com/%7Es/slappop?i=http://slappop.com/articles/gaming/0059-kotaku-staff-apparently-switched-diet-lead-paint-chips" type="text/javascript" charset="utf-8"></script>
... and for www.slappop.com:
<script src="http://feeds.feedburner.com/%7Es/slappop?i=http://www.slappop.com/articles/gaming/0059-kotaku-staff-apparently-switched-diet-lead-paint-chips" type="text/javascript" charset="utf-8"></script>

There's really not much the module can do since it uses the Drupal url function. You may want to consider switching exclusively to just slappop.com or www.slappop.com. Here's the relevant code Drupal's .htaccess in the root folder that you'd be working with:

  # To redirect all users to access the site WITH the 'www.' prefix,
  # (http://example.com/... will be redirected to http://www.example.com/...)
  # adapt and uncomment the following:
  # RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
  # RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
  #
  # To redirect all users to access the site WITHOUT the 'www.' prefix,
  # (http://www.example.com/... will be redirected to http://example.com/...)
  # uncomment and adapt the following:
  # RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
  # RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
dave reid’s picture

And then make sure in your FeedBurner account that your feed's source matches the same domain as well. I'm guessing you have the feed's source listed as 'http://www.slappop.com/rss.xml' in your FeedBurner account. When the FeedFlare loads, the domain 'www.slappop.com' != 'slappop.com' so it doesn't show the appropriate FeedFlare code.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.