Hi Drupal Peeps -
According to the following blog: http://www.xweb.com.au/blog/embedded_flickr_slideshows
I should be able to create a Flickr Slideshow on my page by using the following script:
<iframe align=center src=http://www.flickr.com/slideShow/index.gne?user_id=12345678@N00&tags=foo frameBorder=0 width=500 scrolling=no height=500></iframe>
Steps I took to enable this:
1. changed the user_id to reflect my personal one
2. added the iframe tag to the "Full HTML" input filter and checked "Escape All Tags" from Filter HTML tags menu
3. in TinyMCE, set Verify HTML to 'false'
4. after placing the script in the text box and hitting submit - I encounter a 406 error that reads as follow:
"This error (HTTP 406 Not Acceptable) means that Internet Explorer was able to receive information from the website you visited, but the information was not in a format that Internet Explorer can display."
Is this an Apache error thast I'm seeing? Is this related to my .htaccess file? Any suggestions are more than welcome. Thanks all...
Michael
Comments
Found the answer
Talked to the peeps that host my website and they added the following to my .htaccess file:
SecFilterEngine Off
SecFilterScanPOST Off
Worked like a charm... ;)
Beautiful thanks for posting
Beautiful thanks for posting that you saved me hours of ripping my hair out - actually I already ripped some out but what's left might grow more?