Hi,
Mac OS 10.13.6 (RW 7.5.7)
I am trying to create a web page that displays an Issue Reporter generated at Freedcamp.com. I should be able to embed in my website. But I have not been able to get it to work. Here are their instructions:
To include the Issue Tracker popup into your websites and collect feedback from your users, follow these instructions.
Add the following html code anywhere in your website
<a href="#" id="bug_tracker">Report Bug</a>
Then paste the following code right before your tag
<script>
BugTracker = {
group_project: "https://freedcamp.com/Development_9Bm/Peregrine_TFD/bugtracker/bugtracker_public",
Button: [document.getElementById('bug_tracker')]
}
</script>
<script src="https://cdn.freedcamp.com/project_apps/bugtracker/js/bugtracker_public.js"></script>
I am guessing that I’m not placing the code snippets in the correct part of the HTML block or in the HTML Code Inspector.
Can anyone give me a step by step?
When Ia dded the <> I think it added some extra
Thanks,
John…