- Version : 1.3.3 - Last updated : 5 months ago - Active installations : 100,000+ - WordPress Version : 2.8 or higher - Tested up to : 5.9.3
Description A quicklook into Insert PHP Code Snippet ★ Convert PHP snippets to shortcodes ★ Insert PHP code easily using shortcode ★ Support for PHP snippet shortcodes in widgets ★ Dropdown menu in TinyMCE editor to pick snippet shortcodes easily
FEATURES IN DETAIL Insert PHP Code Snippet allows you to create shortcodes corresponding to PHP code snippets. You can create a shortcode corresponding to any random PHP code such as ad codes, login validation etc. and use the same in your posts, pages or widgets.
The shortcodes generated using the plugin are easily available as a dropdown in the standard wordpress content editor as well as in widget settings, thereby giving you ease of integrating your PHP snippets with your posts and pages.
Insert Headers and Footers is a simple plugin that lets you insert code like Google Analytics, custom CSS, Facebook Pixel, and more to your WordPress site header and footer. No need to edit your theme files!
The simple interface of the Insert Headers and Footers plugin gives you one place where you can insert scripts, rather than dealing with dozens of different plugins.
FEATURES OF INSERT HEADERS AND FOOTERS :
Quick to set up
Simple to insert scripts
Insert header code and/or footer code
Add Google Analytics code to any theme
Add custom CSS across themes
Insert Facebook pixel code
Insert any code or script, including HTML and Javascript
If you are running a WordPress site then sooner or later you need to insert some kind of code to your website. It is most likley a web analytics code like Google Analytics or may be social media script or some CSS stylesheet or may be Custom fonts. This plugin will do all the magic. Even if you want to insert those codes in a custom post type.
All you have to do is adding appropriate html code.
Don't forget to wrap your code with proper tags.
<script type="text/javascript">
YOUR JS CODE HERE
</script>
Or for CSS:
<style type="text/css">
YOUR CSS CODE HERE
</style>
WHY USE THIS PLUGIN:
To insert CSS and JavaScript codes to <head> or before </body>.
To insert code to <head> of any single page or post.
This plugin allows Admin users the ability to add custom CSS and JavaScript directly into individual Post, Pages or any other registered custom post types. You can also add classes to the body tag and the post container. There is a Global settings page for which you can write Scripts n Styles for the entire blog.
Admin’s can also add classes to the TinyMCE “Formats” dropdown which users can use to style posts and pages directly. As of Scripts n Styles 3+ styles are reflected in the post editor.
Because only well trusted users should ever be allowed to insert JavaScript directly into the pages of your site, this plugin restricts usage to admin type users. Admin’s have access to even more sensitive areas by definition, so that should be relatively safe
This small plugin moves scripts to the footer. Note that this only works if you have plugins and a theme that utilizes wp_enqueue_scripts correctly. You can disable the plugin on specific pages and posts directly via the post/page edit screen metabox. You can disable the plugin on specific archive pages (blog page, search page, post type and taxonomy archives) via the settings page.
The Yahoo! Exceptional Performance team recommends placing scripts at the bottom of your page because of the way browsers download components.
“The problem caused by scripts is that they block parallel downloads. The HTTP/1.1 specification suggests that browsers download no more than two components in parallel per hostname. If you serve your images from multiple hostnames, you can get more than two downloads to occur in parallel. While a script is downloading, however, the browser won’t start any other downloads, even on different hostnames.
In some situations it’s not easy to move scripts to the bottom. If, for example, the script uses document.write to insert part of the page’s content, it can’t be moved lower in the page. There might also be scoping issues. In many cases, there are ways to workaround these situations.”
WordPress default behavior is to load javascript in the page.
This plugin will move all javascript code to the footer if the plugins have declared javascript properly.
Plugin by Vladimir Prelovac. Looking for WordPress Services?
Ways to insert Custom JavaScript into WordPress pages or posts
(1) Load a separate JavaScript file using WordPress’ script loader
(2) Use the wp_footer or wp_head hooks to add the script inline
(3) Use a plugin to add header or footer scripts
(4) Modify your theme to include the script (bad idea)
(5) Use the WordPress post editor (really bad idea not worth discussing)
Note: Once again, we have to warn against using the above method. Enabling the script tag via this method disables the security feature sitewide for any user permission level. (이 방법을 통해 script 태그를 활성화하면 모든 사용자 권한 수준의 보안 기능이 비활성화됩니다.)
Windows XP : 굴림 Windows Vista, 7, 8, 10 : 맑은 고딕 OS X 라이언 (10.8) : 애플 고딕
OS X 마운틴 라이언 (10.9) : 애플 산돌 고딕 네오
Ubuntu : 나눔고딕
Android 4.4 이전 - Droid Sans fallback (고딕)
Android 4.4 이후 - 나눔고딕
iOS 5.x 이하 - 애플 고딕
iOS 6.x - 애플 산돌 고딕 네오 (일반체와 볼드체)
iOS 7.x - 애플 산돌 고딕 네오 (100 ~ 900)
윈도우 폰 - 마이크로소프트 네오 고딕
폰트 적용 방법
각각의 사용자를 위해서 font-family에 해당 운영체제에서 지원하는 폰트를 넣어준다.
(1) 윈도우 사용자를 위해서 맑은 고딕을 넣되, 영문판/다국어 윈도우 지원을 위해서 malgun gothic이라는 영문 폰트명도 추가 해준다.
(2) OS X에 맞춰서 Apple SD 산돌고딕 Neo를 추가해주고, 역시나 다국어 지원을 위해 영문 폰트명인 AppleGothicNeoSD도 넣어준다. 기본적으로 iOS 기기는 한글 글꼴명을 인식하지 않기 떄문에 영문 글꼴명은 필수로 넣어줘야 한다. 애플 고딕 같은 경우 구버전 운영체제에서는 지원 폰트가 없는 한글은 무조건 애플 고딕으로 표기가 되기 때문에 따로 넣을 필요 없다. 혹시나 AppleGothic을 기본 폰트로 스킨에 넣을 경우에는 제거 하는 것을 권장한다. 왜냐면 OS X 10.9 이상에서는 네오고딕이 Systemwide로 기본 적용 되나 만약 font-family에 AppleGothic이 있으면 해당 폰트가 적용되어버리기 때문에 가독성에 심각한 영향을 준다.
(3) 윈도폰을 위해서 네오고딕을 추가해준다. 네오고딕의 폰트명은 Microsoft NeoGothic 이다. 윈도폰에는 맑은 고딕도 탑재되어 있기 때문에 크게 문제시 되지 않으나 일단 윈도폰이 네오고딕에 최적화 되어있기에 전용 글꼴에 맞춰주는 것도 나쁘지 않다.
(4) 안드로이드 폰을 위해서 Droid sans를 추가해준다. 사실 font-family 맨 마지막에 sans-serif를 적용하면 이게 적용되기는 하나, 제조사 커스텀 된 폰에는 어떻게 뜰지 모르기 때문에 가장 표준적인 Droid Sans를 불러오도록 하는 것이 일관성있고 좋다.
이전까지 윈도우의 기본 한글 글꼴은 굴림이었으나, 마이크로소프트 윈도우 비스타 운영 체제부터 기본 글꼴을 맑은 고딕으로 바꾸었다. 따라서 약 12년 만에 한국어 윈도우 기본 글꼴이 바뀐 것이다. 마이크로소프트 오피스 2007, 2010, 2013 그리고 2016과 윈도우 비스타, 7, 윈도우 서버 2008, 윈도우 8, 8.1, 윈도우 10에 포함되어 있다. 윈도우 8용(버전 6.22)과 윈도우 8.1용(버전 6.50)은 옛 한글 완성자를 표시할 수 있다.
Windows Vista부터 탑재된 한국어 기본 글꼴. Windows XP의 경우 Microsoft Office 2007이나 2010을 설치하면 탑재되며, Windows Vista 이후로는 어떤 언어판을 깔아도 다국어 폰트가 기본적으로 설치되므로 어떤 버전을 깔든지 상관없이 어디서나 이용할 수 있다. (기존의 바탕, 굴림, 돋움 등도 함께 설치된다.) 나무위키의 기본 채택 글꼴 중 하나이기도 하다.
Microsoft Windows 기본 글꼴이 되기까지
Windows XP 까지 기본 한글 글꼴로 사용되었던 굴림과 바탕의 경우 한양정보통신이 제작했던 것이지만, 90년대 초반에 개발된 이후 외형적으로 큰 발전이 없어 시대에 뒤떨어진 글꼴이었기 때문에(특히 웹디자이너들 사이에서) 꽤 많은 불만이 존재하고 있는 상황이었다.
MS는 고해상도 디스플레이 기기의 보급과, 자사의 폰트 안티에일리어싱 기능인 클리어타입의 보급에 힘입어 윈도우즈 비스타를 내놓으면서 그동안 신경을 안 쓰고 방치하고 있었던 비로마자 언어권의 기본 폰트를 대폭 개선하기로 했고, 맑은 고딕은 그 일환으로서 산돌커뮤니케이션에서 개발되어 Windows Vista의 발매와 함께 기존에 굴림체가 차지하고 있던 기본 UI 글꼴의 자리를 대체하였다. 2001년 한국마이크로소프트에서 한글 서체 개발을 위해 4개 업체를 후보에 올려 검토한 결과 최종적으로 산돌커뮤니케이션이 우선 협상 대상자로 선정되었으나, 한국마이크로소프트에서 예산이 책정되지 않았다는 이유로 Windows를 위한 새로운 한글 서체 개발을 한 차례 중단시켰다.
이듬해 한국마이크로소프트 담당 직원이 산돌커뮤니케이션 석금호 대표에게 연락해 미국 본사에 가서 그들을 직접 설득해달라는 요청을 했고, 석금호 대표는 미국 시애틀 마이크로소프트 본사를 찾아가 3일간 타이포그래피팀, 디스플레이기술팀, 힌팅팀과 차례로 미팅과 토론을 벌였다. 원래 마이크로소프트가 한글 서체 개발을 포기한 이유는 예산 때문이 아니라 한국의 폰트 회사가 자신들이 인정할 만한 타이포그래피 지식을 보유했는지에 대한 의심 때문이었으며, 3일간의 미팅을 통해 이 점이 해소되었고 곧바로 Windows를 위한 새로운 한글 서체 개발 예산 책정이 이루어졌다. 이후 산돌커뮤니케이션을 통해 2년에 걸쳐 15명의 디자이너가 개발이 투입됐으며, 마이크로소프트 본사의 엄격한 품질 검사를 모두 통과하고 2004년 비스타에 탑재되었다.
참고로 영어판이나 유럽판의 경우 기본 서체가 Segoe UI이다. 중국어는 간체자판은 Microsoft YaHei, 번체자판은 Microsoft JhengHei이며, 일본어판은 Windows 8.1 까지 Meiryo UI를 쓰다가 Windows 10에서 Yu Gothic으로 바뀌었다.
- by SIR Soft - Version: 0.2.9 - Last updated: 2 년 ago - Active installations: 500+ - WordPress Version: 4.0 or higher - Tested up to: 4.5.13 - WordPress Plugins Page | GNUPress by SIR Soft : https://ko.wordpress.org/plugins/gnupress/ - SIR 홈페이지 | 그누프레스 : https://sir.kr/main/gnupress/
If you are a Plus, PRO, Business, or Premium member, you can remove the play/pause button on your embedded background videos. To do this, add the following parameter to the end of the player URL in your embed code : background=1
Chrome and Safari have new autoplay restrictions in place that will restrict background videos that are set to automatically play with sound. Muted background videos will not be affected. For more about this, please see the Autoplay Restrictions section of this article.
Please note that using the background parameter will override any embed settings currently associated with the video. However, those embed settings are not changed. If the parameter is removed, the existing embed settings will take affect once more.
If you’d like your embedded video to autoplay or loop, go to the video you'd like to embed and click the "Share" button in the video player. In the window that opens, click the "Show options" link, and check the corresponding boxes next to "Loop this video," "Autoplay this video," or both. You can then copy the embed code.
You can also do this manually by adding the following parameters into your embed code:
loop=1
autoplay=1
If you have more than one video autoplaying on a particular page, you will also need to include this parameter:
autopause=0
So, for example, if you were embedding two autoplay, looping, videos on a page, the embed code for each would look like this:
If the autoplay parameter is present, our player will attempt to automatically begin playback. However, please note that some browsers specifically block autoplay. In these cases, your video will revert back to the original thumbnail and controls, requiring viewers to select play to start playback.
Autoplay is currently restricted in the following environments:
Safari version 11+ (Desktop) - Documentation: https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/ - Policy: Autoplaying videos must be muted. Viewers can choose to block or allow unmuted autoplay for specific domains on their setup (see here)
Chrome version 66+ (Desktop/Android) - Documentation: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes - Policy: Autoplaying videos must be muted. Videos that are frequently visited by the viewer are permitted to autoplay with sound (based on Google’s scoring system)
iOS (Safari, other mobile browsers, apps) - Documentation:https://webkit.org/blog/6784/new-video-policies-for-ios/ - Policy: Autoplaying videos must be muted.
Firefox (Desktop) - Firefox does not enforce any autoplay limitations; however, viewers can manually disable autoplay by disabling the preference media.autoplay.true. On setups where this setting is disabled, the viewer will be required to press play to start playback.
Workarounds
There is no way to stop these autoplay restrictions; however, you can mute your video to ensure autoplay is always honored. Just add one of the following parameters to the end of the player URL in your embed code:
?background=1: This parameter automatically disables all elements in the player (play bar, buttons, etc), autoplays, loops, and mutes your video on load. Please note: the background parameter is only supported for videos hosted by paid members. Learn more here.
?muted=1 This parameter will automatically mute your video on load. Once your video plays, viewers can manually un-mute by clicking on the volume bar within the player.
💡Important: Both of these parameters will force your video to load as muted in all browsers. Videos without audio tracks (or audio tracks without sound) will not be considered muted by browsers. In order to bypass autoplay restrictions, you must use one the embed parameters above.
If you are experiencing an issue, or have any questions, please contact us.
16:9 (1.77:1) (16:9 = 42:32)는 너비 16, 높이 9의 비율을 갖는 가로세로비이다. 2009년 이후로, 16:9는 텔레비전과 컴퓨터 모니터의 가장 일반적인 화면 비율일 뿐만 아니라 HDTV, 풀 HD, 디지털 텔레비전, 아날로그 와이드 스크린 텔레비전의 국제 표준이다.
- Add modal login, register, forgotten password forms to your WordPress site, customise new user registration email, protect registration with Google reCAPTCHA and more.
Wordpress 로그인 및 회원가입 관련 공식 주소
로그인: /wp-login.php
Register new users (who've arrived at this form by clicking a Register) : /wp-login.php?action=register
Email a password to a registered user (by clicking the Lost your password?) : /wp-login.php?action=lostpassword
- Description : Accept Visa, MasterCard, American Express, Discover, JCB, Diners Club, SEPA, Sofort, iDeal, Giropay, Alipay and more directly on your store with the Stripe payment gateway for WooCommerce, including Apple Pay for mobile and desktop.
Having problems with your WordPress site not sending emails? You’re not alone. Over 900,000 websites use WP Mail SMTP to fix their email deliverability issues. WP Mail SMTP fixes your email deliverability by reconfiguring the wp_mail() PHP function to use a proper SMTP provider.
- Description : SMTP Mailer plugin allows you to configure a mail server which handles all outgoing email from your website. It takes control of the wp_mail function and use SMTP instead.
- Version: 1.0.5
- Last updated: ago 8 months
- Active installations: 30,000+
- WordPress version: 4.8 or higher
- Tested until: 4.9.8
Post SMTP Mailer/Email Log
- By Jason Hendriks, Yehuda Hassine
- Description : Now under new maintenance, no need to search for another SMTP plugin anymore.
Post SMTP is a next-generation WP Mail SMTP plugin, that assists in the delivery of email generated by your WordPress site. Post SMTP is the first and only plugin to support the latest security standards. With OAuth 2.0, there is no need to store your email passsword in the WordPress database where it might be found.
The Connectivity Test and intelligent Setup Wizard scan your SMTP server to detect firewall blocks and eliminate configuration mistakes. The built-in Email Log is an invaluable resource for diagnosing problems with emails. Even hosts that block the standard SMTP ports, like GoDaddy or Bluehost, can’t stop your email as Post SMTP can deliver via HTTPS if it can’t use SMTP.
Post SMTP is not another WP Mail SMTP clone like WP Bank or Easy SMTP. It replaces the default WordPress SMTP library, PHPMailer, with the heavy-duty Zend_Mail. Never lose an email to PHP mail() again.