开发者

How can I apply the JavaScript method on my Facebook page? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help开发者_如何学Go clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜