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

Aye Aye Frame

설명

WordPress is such an awesome tool that it even strips some HTML, such as iframes, as a security measure. Unfortunately sometimes we need to use iframes so Aye Aye Frame gives you back that freedom with the use of a shortcode [ayeframe]. Simply wrap the url you would like to feature in the custom shortcode –

[ayeframe]YOUR URL HERE[/ayeframe]

and hey presto! you have an iframe on your WordPress blog.

The code or url you insert between the shortcode tags is the equivalent of the ‘src’ section of the iframe code.

Customise your Aye Aye Frame

As with normal iframes, extra parameters can be added to customise the size, borders and other elements. Any, all or none of these parametres may be used.

    Extra parameters
    'width' = Takes a number to customise the width of the iframe. Default = 250
    'height' = Takes a number to customise the height of the iframe. Default = 250
    'frameborder' = Specifies whether to add a border to the iframe (0 = no, 1 = yes). Default = 0
    'marginheight' = Specifies the top and bottom margins of an iframe. Default = 0
    'marginwidth' = Specifies the left and right margins of an iframe. Default = 0
    'name' = Specifies the name of the iframe. Default = No default<br />
    'scrolling' = Specifies whether or not to display scrollbars in an iframe (yes, no, auto). Default = auto
    'id'= Specifies the id of your iframe. No default
    'class' = Specifies the class name of your iframe. Default = No default
    'title' = Specifies the title of your iframe. No default

    Example usage of extra parameters

   [ayeframe width=500 height=500 frameborder=1 marginheight=5 marginwidth=5 name=myFrameName scrolling=0 id=myFrameID class=myFrameClass title=myFrameTitle]http://www.my_ayeframe_url[/ayeframe]

   Any questions?
    Aye Aye Frame was created just for fun (thats right, FUN!) by Christian Senior at www.utcwebdesign.co.uk but if you have any questions or suggestions you are welcome to get in touch using the contact information on the website.
    Keep up to date with this plugin at http://www.utcwebdesign.co.uk/blog/development/aye-aye-frame-wordpress-plugin

설치

To install the plugin manually:

  1. Extract the contents of the archive (zip file)
  2. Upload the folder and its contents to your /wp-content/plugins folder
  3. Activate the plugin through the Plugins section in your WordPress admin panel
  4. Insert the shortcode where you want your iframe to appear
  5. Full list of extra parameters available from the Aye Aye Frame menu under the main settings menu

후기

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

기여자 & 개발자

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

기여자

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

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

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