Coding on A page.
-
WordPress is not letting me insert code in a new page. When I insert the code into the “Text” tab, the code shows up on the “Visual” tab.
Blog url: http://ctraderd.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
Have you tried inserting the code into the Text tab, updating the page and seeing if it actually works on the page? It sometimes doesnt work when you switch between tabs.
-
Also note that some codes are restricted codes that software will strip out to preserve security on this multiuser blogging platform. http://en.support.wordpress.com/code/
-
-
The actual code:
<script src=’http://profit.ly/static/widget/4/widget.js’></script>
<script>
var widget = new PROFITLY.Widget({
name: ‘CTraderD’,
trades: 10,
width: 250,
type: ‘user’,
style: ‘tradetable’,
percentage: false,
height: 300
});
</script>I have proof that this is supposed to work. The same exact code, except with his username, is featured on this site: http://www.biostocks.com/positions
-
The site you’ve specified isn’t a free hosted WordPress.com blog, it’s a self hosted WordPress install and they can use any HTML code they want.
Your free hosted blog can’t support this HTML code.
-
- The topic ‘Coding on A page.’ is closed to new replies.