I am trying to embed some code into a post or a page but when I try to publish the post/page it returns this error:
Forbidden
You don't have permission to access /programming/wp-admin/post.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
if there is no way to fix this, how could I post or create a page with the script down there? is there a plug-in I could get?
here is the code i'm trying to embed:
(<h2><a href="http://www.khanacademy.org/computer-programming/socil-studies-project/6346088734916608">Socil Studies project</a></h2> <script src="http://www.khanacademy.org/computer-programming/socil-studies-project/6346088734916608/embed.js?editor=no&buttons=no&author=yes&embed=yes"></script> <p>Made using: <a href="http://www.khanacademy.org/computer-programming">Khan Academy Computer Science</a>.</p> )
thank you in advance.