I have used face book recent activity script in my website,But it does not show anything in side the box where the script is placed,even I have feeds from my friend list.
Here is the code what I have used :
<iframe src="http://www.facebook.com/plugins/activity.php?site=http%3A%2F%2Fintegration.mytaste.com.au%2F&width=300&height=300&header=true&colorscheme=light&font&border_color&recommendations=false"
scrolling="no"
frameborder="0"
style="border:none; overflow:hidden; width:300px; height:300px;"
allowTransparency="true">
</iframe>
you can just test it from here itself
http://developers.facebook.com/docs/reference/plugins/activity/
use this url http://integration.mytaste.com.au/ for domain field in the box.
It doesn't look like you have any Open Graph tags on any of the pages on your site. Check out the Open Graph Protocol documentation and add at least the og:title, og:type, og:url, and og:image meta tags to your pages to have them start showing up in the Activity Feed plugin. You can use the URL Linter to ensure your pages are getting scraped correctly by us.
P.S. The auto-posting to a user's wall when they click your Like button is sort of misleading and could be called out as such by our Policy team (check out the policies). I would suggest you just use the Like Button instead. It has the added benefit of giving social context even if the user isn't logged in to your site. If you need to detect when a user has liked something on your site, you can subscribe to the "edge.create" event using FB.Event.subscribe in the Javascript SDK.
Related
I've tried several things, but none of them work...
https://www.epower.amadeus.com/sadeem/
i need to bring this form in my website & can redsign it ... only form ,
when user write query then go to direct to result page in amadeus website
i tried iframe , .load() but dosen't work .
in this test i tried to get only flight section
<iframe src="https://www.epower.amadeus.com/sadeem/ #Obj_Flight" width="1000" height="500"></iframe>
I am work e-power development team as technical Expert. Your portal is seems not active. You can't design for now.
You can use below parameters for goto result page directly with a start new search. Date format can be different on your site settings.
#AdtCount=1&From=FRA&To=AMS&DepartureDate=21.03.2016&ReturnDate=28.03.2016&Method=Search
Its look weird but i am not getting where is the documentation of google docs viewer to embed in my website. https://docs.google.com/viewer here is link where I can only generate links. Actually i want to increase or remove the timeout check because i cant view files with big sizes. Here is what i am doing right now
<iframe id="iframe1" src="www.urltopdf.pdf&embedded=true"width="1000" height="800" ></iframe>
and with big files getting following error.
Sorry, it took too long to find the document at the original source. Please try again later.
You can also try to download the original document by clicking here.
Here is a page with a form that generate a link to the document viewer : https://docs.google.com/gview
[EDIT] Google may have deprecated this functionnality.
In this page, there is a very minimal documentation that you may already have seen, but I didn't find any other documentation about it, and the search "gview" gave 0 result in developers.google.com.
There are also other similar issues about Joomla or Wordpress plugins using this viewer.
As an alternative to this viewer, if you host these files in Google Drive, you can use the google drive's built-in preview functionnality :
<iframe src="https://docs.google.com/file/d/fileID/preview" width="640" height="480"></iframe>
You can easily access to this from any previewed document from Google Drive by clicking on ⋮ then integrate element.
I'm currently working on an extension for chrome, the main aim for the extension is to display listener stats for the stations hosted on my servers.
I need to take a variable (In this case the variable is the mount point and then put it on the end of a URL in an Iframe.
Here is the Iframe.
<iframe id="stats" src="http://free.myfreeradiostream.com:8009/status3.xsl?mount=/mount23.mp3" frameBorder="0" width="500px" scrolling="no">
I need to take the users input through a form and then insert it at the end of the mount part,
For example if I was using mount30.mp3, I would type it in a form, press submit and the extension would replace mount23.mp3 with my mount.
I would use PHP to do this but since It's Chrome I can't, I have looked at JS but I can't figure it out.
Any help will be great, thanks!
I am trying to include http://jonathanscorner.com/like.cgi?url=http%3A%2F%2Fjonathanscorner.com in an iframe, and when I load the URL by itself, it reports errors (the "Like" doesn't stick) and says to lint it, but I can't tell from the linter what would be causing trouble (other than people being unable to give multiline comments).
How can I get this working, and/or is there a way to include it with a document.write()-based JavaScript include, evil as it may be? The URL above is something like a minimal test case that shows some of the same problems as when I was trying to work from document.write(), but without including any dirty programmer's tricks on the page.
If you go to this page: http://developers.facebook.com/docs/reference/plugins/like/ and type in your url and click get code, then choose the iframe option from the code drop down you'll see:
<iframe src="//www.facebook.com/plugins/like.php?app_id=153916771364199&href=http%3A%2F%2Fjonathanscorner.com%2Flike.cgi%3Furl%3Dhttp%253A%252F%252Fjonathanscorner.com&send=false&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&font&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
Make sure that's your app id in the iframe, and set up OG tags on your page to help the linter pull in the data properly.
I'm using Yahoo Small Business to host my website. I use an FTP client (FileZila) to upload my files. However at the end of every page is these few lines:
</html>
<!-- text below generated by server. PLEASE REMOVE -->
<!-- Counter/Statistics data collection code -->
<script language="JavaScript" src="http://us.js2.yimg.com/us.js.yimg.com/lib/smb/js/hosting/cp/js_source/whv2_001.js"></script>
<script language="javascript">geovisit();</script>
<noscript>
<img src="http://visit.webhosting.yahoo.com/visit.gif?us1264993801" alt="setstats" border="0" width="1" height="1">
</noscript>
Everytime I remove it, it comes back. The comment says to remove it. Why the heck can't I remove this. As a side not this is the only thing keeping my site from validating as valid HTML 5.
My guess is, it is generated by Yahoo's SB engine for tracking purposes. If you were to download the file and edit, the comment stated that you remove those lines so that Yahoo engine will add it again upon upload.
PS: I really don't think Yahoo Small Business cares about HTML5 validation.
I was just fixing a Yahoo SE site for a friend and that script is a Yahoo tracker. To remove it, go into the "web hosting control panel", "site statistics", then click the options button in the top right. Remove the "statistics" option and you're good to go.
It's now Validating HTML5 - Hope this helps
That same code was causing upward of 75-second delays on all my pages starting two days ago -- it calls for a one-pixel image located at https://visit.webhosting.yahoo.com/visit.gif
(you can see the image tag in skaffman's question above -- next-to-last line) but that particular link has been broken for the past three days. The result is that every page that has an onload script will hang before it can run the script, as the Yahoo code preempts the page's onload scripts.
My solution was to call Yahoo customer service and have them disable the site statistics (which now also means that I can no longer track usage of my site via their hosting interface).
Yahoo no longer give you the option to be rid of that code snippet. We're stuck with it until they are no longer our ISP. That will be soon.