I have a little problem with the extension JUX Social Stream.
The extension displays the posts correct (only posts from facebook are displayed) but if I click the images a 404 Error pops up.
By looking at the URL I figured out that the images are searched on our server instead on the facebook server.
If I click on a image in the facebook posts that are displayed trough social stream I get the 404 error from the screenshot.
The blured area in the URL is the domain I develope on.
If I change the developement domain with "facebook.com" the images are displayed.
I think that the images are searched on our server but because they arent there the error is displayed.
I have the same issue with our social tabs setup for Facebook. The actual link in the header of FB post works, but the preview image itself within post generates wrong HTML link that produces 404 error.
circlecreative.co.uk/CircleCreativeLtd/p...e=1&relevant_count=1
--> this is the image below post in social media tabs, the generated link is wrong.... should be --> facebook.com/CircleCreativeLtd/photos/a.221806981281102.49495.104683522993449/685804164881379/?type=1&relevant_count=1
Hi,
Thank for get feedback!
Sorry for my delay!!
We get feed via facebook api which provides, so we just use exactly what facebook returned, without the right to change it,
With the image link, facebook returns form: "/CircleCreativeLtd/photos/a.221806981281102.49495.104683522993449/466580586803739/"
So while it's running on your host is equivalent to: { domain.com}/CircleCreativeLtd/photos/a.221806981281102.49495.104683522993449/466580586803739 ===> this leads to a 404 error.
If you don't like it, you can go to the backend and instead choose Full post with Images, you choose Brief Introduction.