Quote:
Originally Posted by rharbison
Update for the newest version of flickr iframe:
HTML Code:
<iframe align="center" src="https://www.flickr.com/photos/{param}/in/photostream/player/" width="800" height="547" frameborder="0" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
The user must now copy both their user name and the photo ID. That's not a problem, they're side by side in the url, so it's a simple cut and paste.
Tested and running on my forum, presented as is, no guarantee.
|
So how should this work ?
I have replaced the code with your code above.. And am using
PHP Code:
{flickr]username/99999999[/flickr]
With my own username/set ID number cut and pasted from the flickr URL
And thats clearly not working..
Tried the same with the cut and paste from the URL of username/set/999999999999
Whats the format ??