Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Embedding a Javascript Widget into an APEX application

Pete88Jul 23 2009 — edited Aug 5 2009
Hello

I am trying to embed a Widget into my APEX application without success.

I HTML web site I would "paste" in the code where it was need and all would be working ... with APEX in need a different approach?

The instructions from the web company I am trying to embed thier web page into a region of my web site (which already has a Javascript running for Google Maps) is "Cut and Paste"!

Any ideas on how the code below can be added would b very helpful

Thanks

Pete

<!-- RELATED CONTENT WIDGET START -->
<script type="text/javascript">
var PLUCKIT_APIKEY = "808ef9b6-e334-45af-b381-2bc99630bc78";
var PLUCKIT_WIDGET_OPTIONS = {
'contentType' : 'all',
'showThumbnail' : 'true',
'showAbstract' : 'true',
'maxResults' : '5',
'showComments' : 'false',
'showRecommendations' : 'false'
}
</script>

<script type="text/javascript" src="http://pluckit.demandmedia.com/Widgets/v1/PluckItRelatedContentWidget/generated.js?apiKey=808ef9b6-e334-45af-b381-2bc99630bc78"></script>
<!-- RELATED CONTENT WIDGET END -->

Edited by: Pete88 on Aug 4, 2009 10:15 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2009
Added on Jul 23 2009
3 comments
1,020 views