I include the like button in my website. When I click the like button it shows one like and the item is correctly posted on facebook, but when I reload my website the one like count is missing—it shows zero already. There is only a javascript error in the firebug:
uncaught exception: Error: http://www.facebook.com wurde die
Erlaubnis für das Lesen der Eigenschaft Proxy.InstallTrigger
verweigert. (uncaught exception: Error: http://www.facebook.com
permission was refused for reading the property Proxy.InstallTrigger.)
here is my code:
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.mywebsite.com/test_v2/joinnowpage/2_281&layout=standard&show_faces=true&width=302&action=like&colorscheme=dark&height=80" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:302px; height:25px;"></iframe>
I try it with another website and it works perfectly:
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.a1-dresden.de/contest_detail/1732_Back+to+Future&layout=standard&show_faces=true&width=302&action=like&colorscheme=dark&height=80" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:302px; height:25px;"></iframe>
I used the facebook Object Debugger, but there is no error.
So where is the different? What did i wrong?
Sorry, this is not a solution to your problem, but have a look at Bugzilla#Mozilla, there is a bug report to your problem:
https://bugzilla.mozilla.org/buglist.cgi?quicksearch=Proxy.InstallTrigger
https://bugzilla.mozilla.org/show_bug.cgi?id=701029
Perhaps posting your experiences in Bugzilla#Mozilla or voting up the bug report could help speed up the creation of a bugfix.
Related
I am facing this problem whereby I want to display pdf file on a view. The error I am currently meeting is
syntax error unexpected '?>'
Here's a bit of my code
<iframe src="{{URL::to(foldername/#../pathtofile)}} width='400' height='300' allowfullscreen="" webkitallowfullscreen=""></iframe >
You are missing a quote at the end of the src attribute and that's probably causing the error:
<iframe src="{{URL::to(foldername/#../pathtofile)}}" width='400' height='300' allowfullscreen="" webkitallowfullscreen=""></iframe >
Hope this helped you.
I have added a picture to my webpage here http://www.backpacks4aussiekids.com.au/Home.html and it works just fine, but when I tried the same thing in an article here http://www.backpacks4aussiekids.com.au/Articles/what-is-needed.html the pix won't load, even though I followed the same proceedure.
I even tried changing the pix from .jpg to .png and back again. The only way the changes can be viewed is if I clear my site and browser cache before I attempt to view the site.
All the text is able to be viewed but there are either empty boxes where the pix should be or nothing at all.
thanks in advance, des
The image definitely exists as I have checked.
The reason why it's not showing is because the picture on the homepage is within an <img> tag where as the picture on the second link you provided is for some reason within an <input> tag as shown below:
<input type="image" style="width: 511px; height: 684px; float: left;" src="http://backpacks4aussiekids.com.au/images/what we need now/clipboard 1.png" alt="">
Open the article in the article manager, click on the little html button which will open a window, find the code above and change to the following:
<img style="width: 511px; height: 684px; float: left;" src="http://backpacks4aussiekids.com.au/images/what we need now/clipboard 1.png" alt="" />
Hope this helps
I haven't been able to figure out why this is happening. I'm using MailChimp to send out a newsletter and in Outlook 2003 am getting a line (similar to a hyphen) to the right of any image, that is a link. (see attached image)
http://clickstream.ie/img/line.png
Here is the code for the logo at the top:
<a href="#">
<img alt="clickstream logo" title="clickstream logo" src="http://gallery.mailchimp.com/0f36ab4eb559a3dd979199c25/images/clickstream_logo.jpg" style="max-width: 250px;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;vertical-align: bottom;" class="mcnImage" width="176">
</a>
Does anyone know why this would be happening, or has had any experience with this issue.
In Gmail and Hotmail (Outlook) it seems to be fine.
That line might not be from the image, but from an <hr> code you might have included in the page somewhere. Now all you do is, try to change the position of each div around that area, to position: absolute; you might see other divs moving and leaving out that line. but if it does not then you have to check in your code and make sure you have the following correctly.
line-height: ;
outline:;
ertical-align:;
You might also undo any borders you have added to the div. but if not works, then it might be from your external stylesheet.
trying to get my "Like" button to link to Wordpress attached image URL.
Is it possible to "Like" just an image file?
Here's what I have
<?php $large_image_url = wp_get_attachment_url( get_post_thumbnail_id(), 'large'); ?>
<div class="likeButton" style="float: left;"><iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode($large_image_url); ?>&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100px; height:25px"></iframe></div>
Firebug shows it's linking, but pressing like yileds no results to my FB page. Hewlp!
See my answer here: Like Button counts the likes of a PDF but does not actually post the activity?
You can't like a file directly because the file won't serve the metadata Facebook uses to display the 'like' story - you need to like a HTML URL, then include the image on that URL (or redirect users other than Facebook's crawler to the image)
I have used facebook like box in the past with yahoo sitebuilder and never had any problem creating code from http://developers.facebook.com/docs/reference/plugins/like-box/ and pasting it to html box. Now with facebook changes it wont work any more.
past code: (works fine)
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2F%23%21%2Fpages%2FCedar-Park-TX%2FPromotional-Product-Specialty%2F113782388677670&width=292&colorscheme=light&connections=10&stream=true&header=true&height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:587px;" allowTransparency="true"></iframe>
new code: (doesnt work)
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FPromotional-Product-Specialty%2F113782388677670&width=292&height=590&colorscheme=light&show_faces=true&border_color&stream=true&header=true&appId=306388216066339" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:590px;" allowTransparency="true"></iframe>
I got this bug as well, what you have to do is put http: infront of the //www.facebook.com
so it goes from this:
<iframe src=//www.facebook.com..........
to this:
<iframe src=http://www.facebook.com..........