Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi, I was trying to use the following extension module .. https://www.drupal.org/project/social_media
to share my "article" type content that has a body and one or more attached images.
I added the "social media" field (in the configuration of the module I enabled Facebook and Twitter).
ok at this point ..
1) I insert an article with an image and activate the checkbox of the social media field.
2) go to the published article and use the button to share on facebook
I am using Drupal 8.4.5 with Acquia Lightning 3.1.0.
Site updates are managed by Composer.
I am using Drush 9.2.0.
I have problem with running site specific modules.
Drush can see them without problem, also they are visible in Drupal admin panel.
But after clearing cache (drush cr) they disappear from moduleHandler service. All modules shared between sites are visible.
Same modules are working alright when moved to shared modules folder.
I searching plugin / solution for add hotspots to native Drupal 8.4 media + media browser modules. H5P is incompatible with media module. Did you have any experience? All suggestions are welcome.
I have a multi Country / multi language Drupal 8 website.
I added the Turkish language translation and started doing some data entry work.
Everything is working fine as usual, except for the standard "i" character, which is displayed as "N°".
All the other characters, both "standard" english utf-8 and turkish special characters are displayed correctly; only the lowercase "i" is affected by this problem.
Do you have any suggestion/experience about this issue?
Drupal 8.5.0 with the media_module in core is bundled with four media types: audio, file, image and video.
Let's create a content type with two fields:
the field_local_video_file field which is using the media video type
the field_local_image_file field which is using the media image type
The node rendering an HTML5 video is handled by the file-video.html.twig file (which is a file_module core file located at core/modules/file/templates/file-video.html.twig):