Remote Linking Forbidden
Forum » Wikidot version 1 / Howtos, troubleshooting » Remote Linking Forbidden
Started by: slauferslaufer
On: 1257298604|%e %b %Y, %H:%M %Z|agohover
Number of posts: 4
rss icon RSS: New posts
Summary:
Remote Linking Forbidden error message
Remote Linking Forbidden
slauferslaufer 1257298604|%e %b %Y, %H:%M %Z|agohover

We're running open-source Wikidot from the July 25th 2009 GIT repository. Our users are receiving the following error message when attempting to link to outside images:

"REMOTE LINKING FORBIDDEN. 50megs does not support remote linking of images or files for FREE accounts. PLEASE UPGRADE YOUR ACCOUNT"

Is there any way around this?

Thanks in advance.

Reply  |  Options
Unfold Remote Linking Forbidden by slauferslaufer, 1257298604|%e %b %Y, %H:%M %Z|agohover
Re: Remote Linking Forbidden
pieterhpieterh 1257338956|%e %b %Y, %H:%M %Z|agohover

50megs.com does not like what you're doing, I guess. Not a Wikidot.com problem as far as I can see.

Reply  |  Options
Unfold Re: Remote Linking Forbidden by pieterhpieterh, 1257338956|%e %b %Y, %H:%M %Z|agohover
Re: Remote Linking Forbidden
slauferslaufer 1258561812|%e %b %Y, %H:%M %Z|agohover

Hi Pieter,

Thanks for your reply, and very sorry for the hassle. I took the user's report at face value and didn't investigate it as I should have. Thanks again.

Unfold Re: Remote Linking Forbidden by slauferslaufer, 1258561812|%e %b %Y, %H:%M %Z|agohover
Re: Remote Linking Forbidden
nose hair (guest) 1259373926|%e %b %Y, %H:%M %Z|agohover

Embedding code from other sites

Sometimes web sites (mainly social-oriented ones) allow you to paste a code block directly into other pages in order to increase your site functionality or embed some content from the original site.

Sorry, no match for the embedded content.

For the list of supported services please see the page: Embedding code from other services.

Please note that if the code contains <script type="text/javascript"… i.e. just JavaScript, the content will not be fully rendered when you click preview while editing the page. It should be there however when you view the page afterwards.
[[iframe]] element

Using the iframe element one can embed content of any other web page. The syntax is

[[iframe http://www.google.com] height (0) width (0)]

and it translates into HTML tags <iframe src="url-source" attributes></iframe>. The allowed attributes are: frameborder (0 or 1 allowed), align (left, right, top, bottom, middle), height (number of pixels or %), width (number of pixels or %), scrolling (yes or no), class, style

Reply  |  Options
Unfold Re: Remote Linking Forbidden by nose hair (guest), 1259373926|%e %b %Y, %H:%M %Z|agohover
New Post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License