|
@@ -36,25 +36,15 @@ |
|
36
|
36
|
|
|
37
|
37
|
|
|
38
|
38
|
On top of that, there are also few filters to manipulate the placeholders: |
|
39
|
39
|
|
|
40
|
|
-#### Twitter |
|
41
|
|
- |
|
42
|
|
-- ```add_filter('cookiebot_addons_embed_twitter_source', $source)``` |
|
43
|
|
- |
|
44
|
|
-This filter is used to manipulate the source attribute for twitter videos |
|
45
|
|
- |
|
46
|
|
-- ```add_filter('cookiebot_addons_embed_twitter_placeholder', $content, $source, $cookie_types)``` |
|
47
|
|
- |
|
48
|
|
-This filter is used to manipulate the placeholder output |
|
49
|
|
- |
|
50
|
40
|
#### Youtube, Vimeo and Facebook |
|
51
|
41
|
|
|
52
|
|
-- ```add_filter('cookiebot_addons_embed_source', $source)``` |
|
42
|
+- ```add_filter('cybot_cookiebot_addons_embed_source', $source)``` |
|
53
|
43
|
|
|
54
|
44
|
This filter is used to manipulate the source attribute for embedded video |
|
55
|
45
|
|
|
56
|
|
-- ```add_filter('cookiebot_addons_embed_placeholder', $content, $source, $cookie_types)``` |
|
46
|
+- ```add_filter('cybot_cookiebot_addons_embed_placeholder', $content, $source, $cookie_types)``` |
|
57
|
47
|
|
|
58
|
48
|
This filter is used to manipulate the placeholder output |
|
59
|
49
|
|
|
60
|
50
|
|