Tagembed: Social Media Aggregator
Collect, Customize and Embed Social media Feeds and Reviews on your website.

How to integrate Tagembed with Webflow
Tagembed offers multiple ways to embed social media feeds on your Webflow site, from simple copy-paste widgets to API-powered custom implementations. Most users can get started with the code embed method in minutes, while developers can leverage the API for advanced customization and dynamic content management.
Use Code Embeds and widgets
The widget embed method lets you create and customize social media feeds through Tagembed's dashboard, then add them to Webflow using a simple embed code. This approach requires no coding and provides access to all major features.
Create your social feed by signing up for Tagembed and selecting your content sources:
- Instagram feeds via hashtags, handles, or mentions
- Facebook pages and profile posts
- Twitter/X streams from handles, hashtags, or lists
- YouTube channels, playlists, and Shorts
- TikTok content by hashtag or handle
- Google Reviews and other review platforms
After aggregating your content, customize the appearance using Tagembed's visual editor. Choose from grid, carousel, or masonry layouts, adjust colors to match your brand, and apply moderation filters to hide inappropriate content. The platform offers extensive customization options including themes, backgrounds, banners, and font controls.
To embed in Webflow, generate your widget code by selecting HTML as the platform type. In Webflow, drag an Embed element to your desired location, paste the Tagembed code, and publish. Your social feed will appear immediately with automatic updates pulling fresh content based on your configured intervals.
Build with Webflow and Tagembed APIs
The Tagembed API enables programmatic control over social feeds, supporting advanced use cases that require dynamic content management, custom filtering, or integration with Webflow's CMS. This approach suits developers building scalable solutions or agencies managing multiple client sites.
API access requires Tagembed's paid API Starter or Advanced plans, as the free plan does not include API functionality. The API supports up to 100 posts per request with JSON and XML response formats. and provides endpoints for fetching, filtering, and managing social content. The API supports both JSON and XML responses with authentication via user keys found in your account dashboard.
Create dynamic social galleries
Build custom social galleries that integrate with Webflow's CMS:
- Fetch social content using the feed endpoint:
GET /{wallId}?user_key={key}&count={number} - Parse the response containing post content, author details, timestamps, and media URLs
- Map to Webflow CMS collections using the Webflow Data API to create or update items
- Apply custom filtering by network, date range, or engagement metrics before syncing
The API documentation provides detailed parameter options including pagination support (minid/maxid), network filtering, and post limits up to 100 per request.
Automate content moderation workflows
Implement approval workflows for user-generated content:
- Monitor new posts via periodic API calls to detect fresh content
- Apply moderation rules using custom business logic or AI services
- Update display status by managing which posts appear in your Webflow galleries
- Track engagement through returned metrics to identify high-performing content
Tagembed's API rate limits of 1 request per minute require implementing proper queuing and caching strategies for high-traffic sites. This restrictive limit makes real-time applications challenging and may require batching multiple operations within single API calls to maximize efficiency.
Sync social campaigns with CMS
Connect marketing campaigns to your Webflow CMS:
- Create campaign collections in Webflow to store social content
- Configure hashtag tracking in Tagembed for campaign-specific tags
- Set up webhooks or scheduled syncs to pull campaign posts
- Display campaign galleries using Webflow's Collection Lists with custom styling
This pattern works well for contest galleries, event coverage, or influencer campaigns where content needs both curation and CMS integration.
What you can build
Integrating Tagembed with Webflow enables powerful social content experiences that drive engagement and conversions.
- E-commerce social proof walls: Display customer photos and reviews from Instagram and Facebook on product pages, showing real people using your products to boost purchase confidence
- Event engagement hubs: Aggregate attendee posts, speaker content, and sponsor mentions using event hashtags to create dynamic conference pages that update throughout your event
- Portfolio showcases: Curate your best work from multiple platforms into a unified gallery that automatically updates when you post new projects on Instagram or Behance
- Customer testimonial feeds: Combine Google Reviews, Facebook recommendations, and Twitter mentions into a moderated testimonial section that builds trust with authentic social proof
Frequently asked questions
Update frequency depends on your Tagembed plan. The free tier refreshes every 12 hours, while paid plans offer updates as frequently as every 15 minutes. Configure update intervals in your Tagembed dashboard under widget settings. Real-time updates happen automatically without republishing your Webflow site.
Yes, Tagembed provides comprehensive moderation tools. Access the moderation panel to manually approve or hide posts, apply profanity filters, exclude specific users, or set keyword rules. Configure these settings in the Personalization tab before generating your embed code.
All Tagembed widgets are mobile-responsive by default. The embed code automatically adapts to container widths in Webflow, maintaining optimal display across devices. Customize mobile-specific layouts in Tagembed's theme settings for additional control over responsive behavior.
Create separate widgets in Tagembed for each feed configuration, then generate unique embed codes. Add these to different pages using Webflow's Embed element. There's no limit to the number of widgets you can create, though performance considerations apply when adding multiple feeds to a single page.
Tagembed supports 15+ platforms including Instagram, Facebook, Twitter, YouTube, TikTok, LinkedIn, Google Reviews, Yelp, and more. You can combine multiple platforms into a single feed.

Description
How to integrate Tagembed with Webflow Tagembed offers multiple ways to embed social media feeds on your Webflow site, from simple copy-paste widgets to API-powered custom implementations. Most users can get started with the code embed method in minutes, while developers can leverage the API for advanced customization and dynamic content management. Use Code Embeds and widgets The widget embed method lets you create and customize social media feeds through Tagembed's dashboard, then add them to Webflow using a simple embed code. This approach requires no coding and provides access to all major features. Create your social feed by signing up for Tagembed and selecting your content sources: Instagram feeds via hashtags, handles, or mentions Facebook pages and profile posts Twitter/X streams from handles, hashtags, or lists YouTube channels, playlists, and Shorts TikTok content by hashtag or handle Google Reviews and other review platforms After aggregating your content, customize the appearance using Tagembed's visual editor. Choose from grid, carousel, or masonry layouts, adjust colors to match your brand, and apply moderation filters to hide inappropriate content. The platform offers extensive customization options including themes, backgrounds, banners, and font controls. To embed in Webflow, generate your widget code by selecting HTML as the platform type. In Webflow, drag an Embed element to your desired location, paste the Tagembed code, and publish. Your social feed will appear immediately with automatic updates pulling fresh content based on your configured intervals. Build with Webflow and Tagembed APIs The Tagembed API enables programmatic control over social feeds, supporting advanced use cases that require dynamic content management, custom filtering, or integration with Webflow's CMS. This approach suits developers building scalable solutions or agencies managing multiple client sites. API access requires Tagembed's paid API Starter or Advanced plans, as the free plan does not include API functionality. The API supports up to 100 posts per request with JSON and XML response formats. and provides endpoints for fetching, filtering, and managing social content. The API supports both JSON and XML responses with authentication via user keys found in your account dashboard. Create dynamic social galleries Build custom social galleries that integrate with Webflow's CMS: Fetch social content using the feed endpoint: GET /{wallId}?user_key={key}&count={number} Parse the response containing post content, author details, timestamps, and media URLs Map to Webflow CMS collections using the Webflow Data API to create or update items Apply custom filtering by network, date range, or engagement metrics before syncing The API documentation provides detailed parameter options including pagination support (minid/maxid), network filtering, and post limits up to 100 per request. Automate content moderation workflows Implement approval workflows for user-generated content: Monitor new posts via periodic API calls to detect fresh content Apply moderation rules using custom business logic or AI services Update display status by managing which posts appear in your Webflow galleries Track engagement through returned metrics to identify high-performing content Tagembed's API rate limits of 1 request per minute require implementing proper queuing and caching strategies for high-traffic sites. This restrictive limit makes real-time applications challenging and may require batching multiple operations within single API calls to maximize efficiency. Sync social campaigns with CMS Connect marketing campaigns to your Webflow CMS: Create campaign collections in Webflow to store social content Configure hashtag tracking in Tagembed for campaign-specific tags Set up webhooks or scheduled syncs to pull campaign posts Display campaign galleries using Webflow's Collection Lists with custom styling This pattern works well for contest galleries, event coverage, or influencer campaigns where content needs both curation and CMS integration. What you can build Integrating Tagembed with Webflow enables powerful social content experiences that drive engagement and conversions. E-commerce social proof walls: Display customer photos and reviews from Instagram and Facebook on product pages, showing real people using your products to boost purchase confidence Event engagement hubs: Aggregate attendee posts, speaker content, and sponsor mentions using event hashtags to create dynamic conference pages that update throughout your event Portfolio showcases: Curate your best work from multiple platforms into a unified gallery that automatically updates when you post new projects on Instagram or Behance Customer testimonial feeds: Combine Google Reviews, Facebook recommendations, and Twitter mentions into a moderated testimonial section that builds trust with authentic social proof
This integration page is provided for informational and convenience purposes only.

Twitter allows you to embed a variety of widgets from single tweets to timelines and follow buttons.

Connect Pinterest's visual discovery platform with Webflow to create engaging websites with embedded boards, social sharing features, and automated content distribution. Share your visual content with Pinterest's 500+ million users while maintaining complete design control.

Connect Instagram's visual storytelling platform with Webflow to showcase social content, build dynamic galleries, and create seamless shopping experiences. Display Instagram feeds, enable social commerce, and automate content updates while maintaining complete design control.

Flockler
Connect Flockler with Webflow using the native app plugin, direct embed codes, or the REST API for CMS synchronization.

Connect Facebook's powerful social and advertising ecosystem with Webflow to unlock advanced conversion tracking, social authentication, dynamic product ads, and seamless customer engagement across web and social channels.

EmbedSocial
Transform your Webflow site into a dynamic social hub by embedding Instagram feeds, Google reviews, and user-generated content. Build trust with authentic social proof while automating content updates and increasing engagement through customizable widgets that sync in real-time.

EmbedAlbum (by EmbedSocial)
Display dynamic photo albums from Facebook, Instagram, and other social platforms on your Webflow site. Create auto-updating galleries that showcase social proof, build trust, and keep content fresh without manual updates.

Elfsight Instagram Feed Plugin
Transform your Webflow website into a dynamic social hub by integrating live Instagram content through Elfsight's Instagram Feed Plugin. This integration enables automatic display of your latest Instagram posts, user-generated content, and hashtag campaigns directly on your website — all without writing a single line of code.

Elfsight Facebook Feed Widget
Display dynamic Facebook content on your Webflow site with the Elfsight Facebook Feed Widget. Show posts, photos, videos, and albums from your Facebook page or profile directly on your website to boost engagement, build trust, and keep visitors updated with your latest social media activity — all without coding.


