Articles on: Troubleshooting

Embed Code Not Working

Troubleshoot embedding issues on your website.

Common Issues


Incomplete Code


Ensure you have both parts:

<div id="rija.io-countdown-YOUR_ID"></div>
<script src="https://app.rija.io/countdown/static/rija.io.min.js"></script>


Script Blocked


  • Check if Content Security Policy blocks external scripts
  • Verify HTTPS is used consistently
  • Check for ad blockers interfering


Platform Restrictions


Some platforms restrict JavaScript:

  • Wix: Use HTML embed or iframe
  • Squarespace: Use Code Block
  • Medium: Use the shareable link instead


WordPress Specific


  • Use Custom HTML block, not regular text block
  • Switch to HTML/Code view when pasting
  • Some page builders require HTML widget


Testing
  1. Create a simple HTML file
  2. Paste the embed code
  3. Open in browser
  4. If it works, the issue is platform-specific

Updated on: 06/05/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!