Hashtag is not working properly
-
Problem 1:
Hashtag is not working properly.
For example: This is example text!#example_tag
The case above will not work, hashtag will not be parsed as linkProblem 2:
Hashtag from Japanese characters will not workHow to fix:
— a/wp-content/plugins/custom-facebook-feed-pro/js/cff-scripts.js
+++ b/wp-content/plugins/custom-facebook-feed-pro/js/cff-scripts.js
@@ -240,7 +240,7 @@
– regex = /(^|\s)#(\w*[a-z\u00E0-\u00FC]+\w*)/gi,
+ regex = /#(\w*[a-z\u00E0-\u00FC一-龠ぁ-?ァ-ヴー]+\w*)/gi,^M
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hashtag is not working properly’ is closed to new replies.