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.
Analog to Social Share Privacy mediaWrapper provides a way to prevent visitors' data being sent to third party websites without their explicit interaction. Instead of directly loading a media player from e.g. youtube.com, visitors see a image with a "play" icon on it. If they click this image, the player from the third party is loaded.
To do so a filter is added, that replaces [media]-Tags with some jQuery based script and a html fallback for client that have Javascript disabled. The filter can be enabled for individual content formats. It has to be run after the html corrector filter, otherwise clients with disable javascript will see a nasty (but working) link to the embedded media.
There is also support for oembed in a separate module. If it is enabled you can add media from more than 50 different video providers. Most of them have not been tested, but if one doesn't work, just open a ticket. You can also configure the width of the block that display the actual content. In native mode there are fix presets. If you create an account at embedly, you can add your key in the module's configuration.
There will be a sister project for the Android notifications using C2DM.
Features:
Register push key for a user (tested) or anonymously (experimental) using Services 2.x (tested and used), Services 3.x (experimental, untested) for Apple Push Notifications
Send user push notifications (tested)
Send anonymous push notifications (untested)
Feedback handling (removal of dead push keys)
Simple functions for connecting to Apple and sending notifications.
Anonymous theme selection gives administrators and anonymous site users an interface for switching themes, while retaining page caching for the website.
This is a simple module to give the user the ability to check all checkboxes to the right or left of a particular column on the permissions screen. Particularly useful if there are many roles.