Hi Emoji,
I’m not sure you still give supports?
I seem few posts no luck to integrate with bbpress and buddypress.
How about hooking up to the default (2019 theme) comment box?
Please advise, Thanks,
]]>hello,
when i click in the tinymce emoji button i get an empty window. is there a workaround for this bug or there won’t be no updates for wp 4.8…?
thanks!
]]>This plugin(WP Emoji One) is not working.
Alignment is not working either.
]]>Hello!
I see that WP Emoji One has not been updated for over two years(!) now, and I was wondering if it will get any future updates and be maintained with new features, and most importantly new security updates.
Since many hack attacks rely on holes and vulnerabilities of plugins, using outdated plugins could be a a big risk for getting your site hacked.
Please let me know.
Thanks!
tinymce.min.js?ver=4401-20160726:3 GET /wp-content/plugins/wp-emoji-one//popup.php 500 (Internal Server Error)
@tinymce.min.js?ver=4401-20160726:2
]]>Hello,
WordPress default smiles: allow to download new smiles or delete default Smiles
Thank you???
Hello,
I am interested to show smilies on comment section. Is it possible that we can show smilies on default comment section.
Regards
]]>Hi, I tried to add an emoji next to a word but it doesn’t appear on the same line. How can I align the emoji on the same line? No Alignment option was selected for the image alignment. Anybody can help ?
]]>provisory fix: wp-emoji-one.php
#------------------------------------------------------------------------------
# Insert WP Emoji One Icon for tinyMCE
#------------------------------------------------------------------------------
function wp_emoji_one_addbuttons() {
// Don't bother doing this stuff if the current user lacks permissions
#if ( !current_user_can('edit_posts') && !current_user_can('edit_pages') ) return;
// Add only in Rich Editor mode
#if ( get_user_option('rich_editing') == 'true') {
// add the button for wp25 in a new way
add_filter("mce_external_plugins", 'add_wp_emoji_one_tinymce_plugin');
$wp_emoji_one_setting_opt = get_option('wp_emoji_one_setting_opt');
$button_line = $wp_emoji_one_setting_opt['wp_emoji_one_button_line'];
if ($button_line == "2" || $button_line == "3" || $button_line == "4") {
add_filter('mce_buttons_'.$button_line, 'register_wp_emoji_one_button');
} else {
add_filter('mce_buttons', 'register_wp_emoji_one_button');
}
#}
}
(just some comment with #)
]]>Hi,
could this plugin be updated to use Emoji One version 2.1 ?
Those new Emojis are prettier ??
Thank you!
]]>2 quick questions:
1. Do these display inline by default or always push a new line?
2. Has there been a fix for ssl?
]]>Is there a chance to get the emojis working on the Buddypress Activitiy Stream an in PMs?
]]>Hello!
I’m pulling excerpts from posts on my site and emojis in the excerpts aren’t showing up. Is there a way to get them to show up?
Any help would be appreciated!
]]>Good afternoon!
Prompt how correctly to cut most of the smiles. In our country is unacceptable smilies families of gays and lesbians.
installed the plugin today, but just as I read from others here it doesn’t work over SSL :-/
Here’s the apache error log upon opening the page containing a saved draft:
AH00128: File does not exist: /var/www/blog/wp-admin/linear-gradient(rgb(255, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/255, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/rgb(230, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/230, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/230), referer: https://host/wp-admin/post.php?post=116&action=edit
Hitting the Emoji button in the editor generates the following lines:
AH00128: File does not exist: /var/www/blog/wp-admin/linear-gradient(rgb(255, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/255, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/rgb(230, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/230, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/230), referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/linear-gradient(rgb(255, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/255, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/rgb(230, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/230, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/230), referer: https://bhost/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/linear-gradient(rgb(255, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/255, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/rgb(230, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/230, referer: https://host/wp-admin/post.php?post=116&action=edit
AH00128: File does not exist: /var/www/blog/wp-admin/230), referer: https://host/wp-admin/post.php?post=116&action=edit
(OK, I admit I redacted the lines a bit…)
Hope this helps to track it down? Anyway, I can’t switch my site to nonecrypted usage – if this isn’t fixed i have to use a different plugin ??
]]>Your custom button to insert Emojis doesn’t appear like you show on your screens. What’s wrong?
]]>Love this plugin.
I have one problem though. I use SSL and the popup will not display anything if I’m logged in with https.
I have tested on a fresh WordPress install, disabled all plugins, no edits, a good theme enabled that I don’t use – twentyfifteen theme.
If I install this plugin logged in with http it will work. But if I log in with https, the emoji popup is completely blank.
Hope this will be fixed soon.
]]>Emoticons not showing for subscribers,guests,authors. Shows only for admin
]]>I click the Emoji button on my editor and the dialog that appears is blank. Only the close window button is available.
]]>Hello
Thank you for this plugin..
is there any smaller size than 16… the emoticon are so huge beside the writing. They don’t look like an emoticon rather than an embedded image!
So will you make it a little bit smaller in size??
]]>Hi there
When clicking the icon to insert an emoticon I just get a blank lightbox.
I run my admin over ssl but other than that I can’t think why this is.
Tested it on another of my sites not using ssl in admin and it works ok.
Just thought I should report it as a bug just in case.
]]>It would be really cool if you could add these to comments as well in a future update ??
]]>