Embed code will not save.
-
Had a widget embed code. When I switched themes, it disappeared. It is not in the inactive section. When I try to add it to the sidebar, it disappears from the text embed code box when I click on SAVE. It appears as a blank box in my sidebar.
Blog url: http://chicagobluesgirl.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
The software will strip out any widget codes that are restricted codes such as Javascript and iframe codes to preserve security as we are all blogging on the same multiuser blogging platform. http://en.support.wordpress.com/code/
If you want a definitive answer about a specific widget then we can’t provide one without examining the code.
-
<link href=”http://googleplus-activity-widget.googlecode.com/svn/v1/light.css” rel=”stylesheet” type=”text/css” />
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js” type=”text/javascript”></script>
<script src=”http://googleplus-activity-widget.googlecode.com/files/jquery.googleplus-activity-1.0.min.js” type=”text/javascript”></script>
<script type=”text/javascript”>
//<![CDATA[
jQuery.fn.googlePlusActivity.defaults.api_key = ‘AIzaSyDsd2KGlVuN5dEwas5G3TsOVX17oRCCTFM’;
//]]>
</script><!– Insert widget placeholder –>
<div class=”google-plus-activity” data-options=”{ user: ‘118211149935481259253’ }”>
Google+ Activity Widget
</div> -
<link href=”http://googleplus-activity-widget.googlecode.com/svn/v1/light.css” rel=”stylesheet” type=”text/css” />
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js” type=”text/javascript”></script>
<script src=”http://googleplus-activity-widget.googlecode.com/files/jquery.googleplus-activity-1.0.min.js” type=”text/javascript”></script>
<script type=”text/javascript”>
//<![CDATA[
jQuery.fn.googlePlusActivity.defaults.api_key = ‘AIzaSyDsd2KGlVuN5dEwas5G3TsOVX17oRCCTFM’;
//]]>
</script> -
-
Thanks for the answer. You are right it did have unaccepted script in it. It is just a replacement for one that HAD accepted script that suddenly quit working so I’ll have to do with out it.
-
Many sites have plain html code available but in some cases you need to ask special for the code or click on a hidden option when you are getting the code
- The topic ‘Embed code will not save.’ is closed to new replies.