Embed Widget - Easy Integration

📦 Embed Move Ahead Media - AI Report Widget

Copy and paste the code below to embed the Move Ahead Media - AI Report widget on any website.

1 Add this HTML where you want the widget to appear:
<div id="ai-report-widget"></div>
2 Add this JavaScript before the closing </body> tag:
<script src="https://ai-report.apps.moveaheadmedia.com/public/widget.js"></script>
3 Complete embed code (copy everything):
<!-- Move Ahead Media - AI Report Widget -->
<div id="ai-report-widget"></div>
<script src="https://ai-report.apps.moveaheadmedia.com/public/widget.js"></script>

🎨 Customization Options

You can customize the widget by setting configuration before loading the script:

<!-- Move Ahead Media - AI Report Widget with Custom Config -->
<script>
window.AIReportConfig = {
    // Optional: Override default styling
    primaryColor: '#your-color',
    accentColor: '#your-accent-color',
    // Optional: Custom API endpoint (usually not needed)
    apiUrl: 'https://ai-report.apps.moveaheadmedia.com',
    apiToken: 'your-api-token'
};
</script>
<div id="ai-report-widget"></div>
<script src="https://ai-report.apps.moveaheadmedia.com/public/widget.js"></script>

✅ Features

← Back to Home