It's not supposed to be adding spacing as it's meant to allow the emoji to display. What browser are you seeing the extra spacing in?1) Is it normal that the default font be Apple Color Emoji ? This adds lots of spaces between all words
It's mainly used in the new Share feature. So if you click the Share button, if is enabled, you'll have a input to get the URL to share there.2) How can I retrieved the url that I just build on the post area as the custom title is not appended ? that's important for our SEO
Please review the trigger variables in my below post.3) with the trigger onDisplayActivity, how can I check that I'm on a single post page ? With CB 5 I had a test value = 1 for return ( $variables->getInt( 'id' ) && $variables ? 1 : 0 ); but changing to return ( $variables->getInt( 'id' ) && $variables ? 1 : 0 ); does not work with CB 6
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Have released a new build removing the font-family. Some emoji may not display, but is the best way I can have this be compatible.1) Spaces are seen on MacOS with Safari, Firefox and Chrome. Also on Safari for IOS.
The rewritten URL displays fine for me in my tests using my example above. So I don't know what to suggest, sorry.2) I meant that using the new Share feature, the url displayed is not the url built with the appended title /post/id/custom-title, but only /post/id
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I'm not sure why that would be. It's displaying correctly rewritten in my tests using the exact example provided above. Could be a plugin load order problem? Try moving CB Auto Actions to after/before CB Activity and see if that helps.2) The rewritten URL displays fine in the browser url area but not in the share modal window
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.