이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Privacy Embed

설명

This plugin adds some shortcodes to let you embed external content like youtube videos on your wordpress pages. Nothing new so far – why another plugin?

Well, this plugin puts emphasis on data protection. Before the content is loaded from an external area of responsibility (a third-party provider), the user must explicitly agree to the data transfer. In this way, the site operator is supported in designing his website in a data protection-compliant manner (taking into account the GDPR, among other things).

For the WPBakery Page Builder plugin, prefabricated blocks are also provided so that the shortcodes can be used directly.

Currently, embeddings of the following services are supported:
* YouTube videos (Google)
* Spotify (Artists, Albums, Tracks, Podcast Episodes)
* Twitter (Single Tweet, User Timeline, Follow-Button, Mention-Button, Hashtag-Button)

스크린샷

  • Settings Page: Updating the text shown on (or instead of) the embed elements
  • Sample YouTube Shortcode
  • YouTube Embed Element (before the user loads the content)
  • YouTube Embed Element (after the user loaded the content)
  • Sample Spotify Shortcodes
  • Spotify Embed Elements (before the user loads the content)
  • Spotify Embed Elements (after the user loaded the content)
  • Sample Twitter Shortcodes
  • Twitter Embed Elements (before the user loads the content)
  • Twitter Embed Elements (after the user loaded the content)

설치

  1. Make sure that your WordPress installation meets the minimum requirements of this plugin.
  2. Upload the plugin to the /wp-content/plugins/ directory or install it directly from the admin pages.
  3. Use the shortcodes:
    • Spotify*: [privacy-embed_spotify title="Title of embed" spotify_url="spotify:album:1DFixLWuPkv3KT3TnV35m3"]
    • YouTube: [privacy-embed_youtube title="Title of embed" youtube_link="https://www.youtube.com/watch?v=kV9sNmujCPk"]
    • Twitter: [privacy-embed_twitter title="Title of embed" twitter_type="timeline" twitter_link="https://twitter.com/WordPress"]

Notices

You can get the Spotify URI by clicking “Share” on the Spotify page of any artist, album or track and then selecting “Copy Spotify URI”.

Getting the Spotify URL for a podcast episode requires a bit more steps: Click “Share” on the corresponding Spotify page and select “Copy episode link”. From the copied link you now have to extract the part after “…/episode/” up to (excluding) the next question mark. Your Spotify URL is now composed of: "spotify:episode:extracted-part".

For podcasts (shows) you have to click “Share” on the corresponding Spotify page and select “Copy show link” nad extract the part after “…/show/” up to (excluding) the next question mark. Your Spotify URL is now composed of: "spotify:show:extracted-part".

The following examples can be values of the field twitter_link:
* single tweet: https://twitter.com/WordPress/status/1402457431742074881
* timeline, follow-button, mention-button: https://twitter.com/WordPress
* hashtag-button: https://twitter.com/hashtag/WordPress

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Privacy Embed”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Privacy Embed”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.3

  • added: twitter embeds
  • updated: description (especially structure)

1.0.2

  • fixed: styling (again)
  • added: translation support (currently only german)
  • added/fixed: new displaying for spotify episodes and shows

1.0.1

  • fixed: styling
  • fixed: title on youtube embeds
  • fixed: default notice if values on settings page are not set

1.0.0

  • inital version