Problem embedding a page on facebook [closed]

It still goes to the same page, so I assume its being added by facebook for a reason.. maybe for tracking or something. Not sure if you have seen this, but a very good tutorial on embedding your site. http://www.netmagazine.com/tutorials/embed-your-site-facebook

get facebook status

There is no real “easy” way to do it anymore, due to Facebook’s requirements for an application and an access token and OAuth and so on. The latest version of my Simple Facebook Connect plugin has a working User Status Widget in the widgets module. It can display the latest status for a user in … Read more

How to make a share-this window drop when reaching end of post?

They’ve attached a function to the scroll event of the page, it looks at the scroll position of the document relative to its height to detect when you’ve reached the bottom, in which case they animate the flyout div. jQuery has some easy methods for this: $(document).height();, $(document).scrollTop(); edit: these may help one two

subscribe to wp through a Faceboo app

Facebook apps are just an iFrame back to a page you host somewhere. So you could build out a page in your WordPress site with your subscription options. For example, using JetPack http://jetpack.me/support/subscriptions/. And then embed that page into a Facebook app and add it as a tab to your Facebook page. 🙂