admin管理员组

文章数量:1332361

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 1
Add a comment  | 

1 Answer 1

Reset to default 0

Add 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>

本文标签: pluginsHow can I add a custom Javascript snippet to display my feedback in footer