Skip to content
Snippets Groups Projects
Commit 217341ab authored by Diônata Garcia's avatar Diônata Garcia
Browse files

Update Readme.md

parent 42b58ee7
No related branches found
No related tags found
No related merge requests found
1.# Tagembed Integration Module
2. [ ]
3. [ ] ## Overview
4. [ ] The **Tagembed Integration Module** allows you to easily embed social media feeds from [Tagembed](https://tagembed.com/) into your Drupal website. The module provides a configurable block where you can insert the Tagembed iframe URL, displaying aggregated social media content anywhere on your site.
5. [ ]
6. [ ] ## Features
7. [ ] ✅ Provides a custom block to display Tagembed social media feeds.
8. [ ]
9. [ ] ✅ Allows configuring the iframe URL directly from the admin interface.
10. [ ]
11. [ ] ✅ Supports custom CSS for styling the feed.
12. [ ]
13. [ ] ✅ Can be placed in any region of the site.
14. [ ]
15. [ ] ## Requirements
16. [ ] - Drupal 10 or 11
17. [ ] - An active [Tagembed](https://tagembed.com/) account to generate the iframe URL.
18. [ ]
19. [ ] ## Installation
20. [ ]
21. [ ] 1. Install via Composer (Recommended):
22. [ ] ```bash
23. [ ] composer require drupal/tagembed_integration
24. [ ] ```
25. [ ] 2. Navigate to **Extend** in the Drupal admin panel and enable the *Tagembed Integration* module.
26. [ ] 3. Clear the Drupal cache:
27. [ ] ```bash
28. [ ] drush en tagembed_integration -y
29. [ ] drush cache:rebuild
30. [ ] ```
31. [ ] Or enable it manually in the Drupal admin panel under:
32. [ ] **Extend > Tagembed Integration**
33. [ ]
34. [ ] ## Configuration
35. [ ]
36. [ ] ### Step 1: Generate the Tagembed Iframe URL
37. [ ] 1. Go to Tagembed and sign in.
38. [ ] 2. Create a new widget and select the social network (Instagram, Facebook, Twitter, etc.).
39. [ ] 3. Configure the feed (e.g., by hashtag, handle, or mentions).
40. [ ] 4. # Click "Embed Widget" and choose the iframe option.
41. [ ] 5. Copy the iframe URL.
42. [ ]
43. [ ] ### Step 2: Configure the Tagembed Block in Drupal
44. [ ] 1. Go to **Structure** > **Block Layout**.
45. [ ] 2. Click **Place block** in your desired theme region.
46. [ ] 3. Search for *Tagembed Block* and add it to the desired region.
47. [ ] 4. Configure the block by inserting your Tagembed iframe URL.
48. [ ] 5. Save the configuration and the social media feed should now be displayed on your site.
49. [ ]
50. [ ] ## Sponsorship
51. [ ]
52. [ ] This module was developed with sponsorship from **Dexa**, see more [dexa.ag](https://www.dexa.ag).
53. [ ]
54. [ ] ## Contributing
55. [ ]
56. [ ] Feel free to submit issues or contribute to the development of this module via its [Drupal.org project page](https://www.drupal.org/project/tagembed_integration).
57. [ ]
58. [ ] ## License
59. [ ]
60. [ ] This module is open-source and distributed under the **GNU General Public License v2 or later**.**_~~
61. [ ]
# Tagembed Integration Module
## Overview
The **Tagembed Integration Module** allows you to easily embed social media feeds from [Tagembed](https://tagembed.com/) into your Drupal website. The module provides a configurable block where you can insert the Tagembed iframe URL, displaying aggregated social media content anywhere on your site.
## Features
✅ Provides a custom block to display Tagembed social media feeds.
✅ Allows configuring the iframe URL directly from the admin interface.
✅ Supports custom CSS for styling the feed.
✅ Can be placed in any region of the site.
## Requirements
- Drupal 10 or 11
- An active [Tagembed](https://tagembed.com/) account to generate the iframe URL.
## Installation
1. Install via Composer (Recommended):
```bash
composer require drupal/tagembed_integration
```
2. Navigate to **Extend** in the Drupal admin panel and enable the *Tagembed Integration* module.
3. Clear the Drupal cache:
```bash
drush en tagembed_integration -y
drush cache:rebuild
```
Or enable it manually in the Drupal admin panel under:
**Extend > Tagembed Integration**
## Configuration
### Step 1: Generate the Tagembed Iframe URL
1. Go to Tagembed and sign in.
2. Create a new widget and select the social network (Instagram, Facebook, Twitter, etc.).
3. Configure the feed (e.g., by hashtag, handle, or mentions).
4. Click "Embed Widget" and choose the iframe option.
5. Copy the iframe URL.
### Step 2: Configure the Tagembed Block in Drupal
1. Go to **Structure** > **Block Layout**.
2. Click **Place block** in your desired theme region.
3. Search for *Tagembed Block* and add it to the desired region.
4. Configure the block by inserting your Tagembed iframe URL.
5. Save the configuration and the social media feed should now be displayed on your site.
## Sponsorship
This module was developed with sponsorship from **Dexa**, see more [dexa.ag](https://www.dexa.ag).
## Contributing
Feel free to submit issues or contribute to the development of this module via its [Drupal.org project page](https://www.drupal.org/project/tagembed_integration).
## License
This module is open-source and distributed under the **GNU General Public License v2 or later**.**_~~
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment