Some feedback for your amazing plugin!
-
I can’t tell you how thrilled I am to find this. About 6 years ago I spent 6-9 months trying to figure out how to create something like this with d3js, and only succeeded in a very clunky way before abandoning it.
However, I notice a couple initial bugs with Post Network.
Upon first installation, when I go to the Visualize tab, it just shows a spinner and generates these php notices:
Notice: Trying to access array offset on value of type bool in /home/xyz.com/public_html/wp-content/plugins/post-network/includes/admin.php on line 134 Notice: Trying to access array offset on value of type bool in /home/xyz.com/public_html/wp-content/plugins/post-network/includes/admin.php on line 294 Notice: Trying to access array offset on value of type bool in /home/xyz.com/public_html/wp-content/plugins/post-network/includes/admin.php on line 296 Notice: Trying to access array offset on value of type bool in /home/xyz.com/public_html/wp-content/plugins/post-network/includes/admin.php on line 294 Notice: Trying to access array offset on value of type bool in /home/xyz.com/public_html/wp-content/plugins/post-network/includes/admin.php on line 296 Notice: Trying to access array offset on value of type bool in /home/xyz.com/public_html/wp-content/plugins/post-network/includes/admin.php on line 294 Notice: Trying to access array offset on value of type bool in /home/xyz.com/public_html/wp-content/plugins/post-network/includes/admin.php on line 296 Notice: Undefined variable: to_post_ids in /home/xyz.com/public_html/wp-content/plugins/post-network/includes/admin.php on line 169 Warning: Invalid argument supplied for foreach() in /home/xyz.com/public_html/wp-content/plugins/post-network/includes/admin.php on line 169
If I go to the settings page and set the checkmarks and click save, then all of those notices go away except for these two, and the graph still just shows a spinner:
Notice: Undefined variable: to_post_ids in /home/xyz.com/public_html/wp-content/plugins/post-network/includes/admin.php on line 169 Warning: Invalid argument supplied for foreach() in /home/xyz.com/public_html/wp-content/plugins/post-network/includes/admin.php on line 169
This is because I only have a few posts and zero links between them.
So, I think it would be useful to
1. register the plugin option on first install with update_option()
2. add some checks to be able to handle and display posts with zero links.Finally, I have been thinking about a plugin like this for 6-9 nears, so I have a ton of ideas for improvement. However, there are a few main things that I’d want to know before bothering to write it all out:
1. would you consider adding functionality to display this graph in the front-end, perhaps via shortcode?
2. would you consider making it filterable, such that when you are viewing a post, the graph will center on that post and show its linked posts?
3. would you consider adding tooltips that show up when you click on a node, which can display things like the name of the post, link to it, featured image, etc…. And perhaps if you double click on the node, it navigates to that post?These are features that are crucial to what I’d want to see, and I think it would make it extremely useful to many people! If you are interested in the above few ideas, then I’ll be happy to share the rest of my ideas as well as help contribute to the development of the plugin!
Thanks very much!
- The topic ‘Some feedback for your amazing plugin!’ is closed to new replies.