I publish a podcast RSS feed using the Audio module and taxonomy. I also use Adsense inline tags within audio node descriptions. The issue is that the tags, i.e. [adsense:468x60:2:1], show up in the the podcast description, in iTunes for instance.
I also use the Video module to publish a podcast with Adsense tags in the video node descriptions, but they don’t show up in the podcast descriptions.
Does anyone know what the difference is in how the Audio and Video modules handle their descriptions that would account for this difference? If so, can the Audio module be patched so that the Adsense tags are not read by iTunes, just as they are not with video nodes?
Comments
Comment #1
kbahey commentedIt seems that the audio module is not running certain filters when it should, while video module does.
As a workaround, did you try doing enclosing the tag in HTML comment tags? That may make it invisible.
In any case, moving this to the audio module, since it does not seem to be an adsense issue.
Comment #2
drewish commentedThe 4.6 branch is a bit unmaintained at this point, see: http://drupal.org/node/80448
As for kbahey's, comment, I'm pretty sure the filters are being run... A link where the behavior can be observed would be helpful though.
Comment #3
dtmatthes commentedHere are two links that demonstrate the difference in the way the adsense tags are handled by the audio and video modules. View the page source.
http://feeds.feedburner.com/unirunner-videodrumlessons
http://feeds.feedburner.com/unirunner-audiodrumlessons
Comment #4
drewish commentedwell looking at the two feeds the adsense tags show up in the one labled video and not in the one named audio. did you label them incorrectly? i though you said you didn't want the tags to show up in the feed...
Comment #5
dtmatthes commentedA quick question so I can clarify my issue: Is it possible to change the input format for the description of an audio node? I don't see a listing of input formats when creating audio nodes like I see when I create a story node or a video node (i.e. PHP, full HTML, etc.).
Comment #6
drewish commented4.6 is now unsupported, sorry.