I have the following Javascript snippet:
<script type="text/javascript" src="\<script type="text/javascript" src="//www.auctionnudge/feed/feedback/js/theme/profile_table/limit/6/lang/english/UserID/stockmustgo/siteid/3"></script><div id="auction-nudge-feedback" class="auction-nudge"></div>
Which should dynamically display my eBay feedback like this:
How can I add this to my wordpress site? I tried installing the ' Header and Footer Scripts ' plugin to no avail. I'm sure it's simple but I'm a beginner when it comes to anything web dev related.
It doesn't need to be displayed in the footer. It can be within the body. I've asked around and I couldn't find anyone that could help so I thought I'd try here. Thanks.
I have the following Javascript snippet:
<script type="text/javascript" src="\<script type="text/javascript" src="//www.auctionnudge/feed/feedback/js/theme/profile_table/limit/6/lang/english/UserID/stockmustgo/siteid/3"></script><div id="auction-nudge-feedback" class="auction-nudge"></div>
Which should dynamically display my eBay feedback like this:
https://gyazo/1ddc1e3f2ca21c91897a986a01654df8
How can I add this to my wordpress site? I tried installing the ' Header and Footer Scripts ' plugin to no avail. I'm sure it's simple but I'm a beginner when it comes to anything web dev related.
It doesn't need to be displayed in the footer. It can be within the body. I've asked around and I couldn't find anyone that could help so I thought I'd try here. Thanks.
Share Improve this question asked Jun 25, 2020 at 14:37 Chrome123Chrome123 11 Answer
Reset to default 0Add a HTML Widget to your footer and place the content in there.
WordPress Admin > Appearance > Widgets.
I've just tested with the following JavaScript snippet and this works as expected.
<script type="text/javascript">
console.log('Hello World')
</script>
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742318940a4421410.html
评论列表(0条)