How can I apply the JavaScript method on my Facebook page? [closed]
I found this code, and I need to display it on my page:
<script language="javascript" src="http://www.joshuaproject.net/upgotd.php" type="text/javascript"></script>
<!-- alternative for no javascript --><noscript>
<a href="http://www.joshuaproject.net/upgotdfeed.php">View Unreached People of the Day</a></noscript>
What are the steps to follow? Is it possible to do it?
That is, AFAIK, not possible due to security reasons. The keyword is cross-site scripting (XSS).
The best option would be to use the iFrame example from the link your provided. You can now add iFrames to your Facebook Page ( not individual user profiles ) using this process:
http://developers.facebook.com/blog/post/462/
精彩评论