Minor Bug Fixes
-
Thank you for this great plug-in, it’s really useful.
BTW, I’ve found 2 minor issues.1.
If the summary has a link tag which is not closed in the summary, it will cause to the next part, so I’ve fixed 54 line of class-vlp-link.php as below.# $properties['summary'] = nl2br( trim( $unsanitized->summary ) ); $properties['summary'] = nl2br( trim( strip_tags( $unsanitized->summary ) ) );
2.
When it crawls YouTube link, it shows summary as “Sorry for the interruption. We have been receiving a large number of requests from your network.”.
Different with the above issue, I couldn’t spend time for check this is my IP problem or this plugin’s structure problem.I hope this can be an info for the other useres.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Minor Bug Fixes’ is closed to new replies.