Title: Facebook Connect
Last modified: August 21, 2016

---

# Facebook Connect

 *  [alejandronfb](https://wordpress.org/support/users/alejandronfb/)
 * (@alejandronfb)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/facebook-connect-5/)
 * Hello Randy,
 * Awesome plugin you created, thanks.
 * Is it possible to use it in a Facebook Connect comment system? anyone?
 * Greetings!
 * [http://wordpress.org/extend/plugins/drawblog/](http://wordpress.org/extend/plugins/drawblog/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [alejandronfb](https://wordpress.org/support/users/alejandronfb/)
 * (@alejandronfb)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/facebook-connect-5/#post-3900844)
 * another question… how can I increase the size of the penwidth3?
 *  Plugin Author [randytayler](https://wordpress.org/support/users/randytayler/)
 * (@randytayler)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/facebook-connect-5/#post-3901068)
 * Hi,
 * I don’t think it’ll work with any outside comments systems, but I’ll look into
   it.
 * Penwidth… hmm. You can try editing wp-content/plugins/drawblog/drawblog_canvas.
   php, but the next time there’s a new version of DrawBlog you’ll need to change
   it again. Line 222:
 *     ```
       document.write("<tr><td class='drawblog_pens' id='penwidthbg"+i+"' style='padding:0 0 0 0; margin:0 0 0 0; border:0;'><img src='<?php echo plugins_url();?>/drawblog/icons/penwidth"+i+".png' width='"+((colors.length*10)-2)+"' height='15' onclick='drawblogSetWidth(\""+i+"\")' style='cursor:pointer; margin:0 0 0 0; padding:0 0 0 0;display:inline; line-height:15;background:none' ></td></tr>");
       ```
   
 * Change that to say
 *     ```
       if (i<3) {
            //...all that stuff, the original line
            document.write("<tr><td class='drawblog_pens' id='penwidthbg"+i+"' style='padding:0 0 0 0; margin:0 0 0 0; border:0;'><img src='<?php echo plugins_url();?>/drawblog/icons/penwidth"+i+".png' width='"+((colors.length*10)-2)+"' height='15' onclick='drawblogSetWidth(\""+i+"\")' style='cursor:pointer; margin:0 0 0 0; padding:0 0 0 0;display:inline; line-height:15;background:none' ></td></tr>");
       } else {
            document.write("<tr><td class='drawblog_pens' id='penwidthbg"+i+"' style='padding:0 0 0 0; margin:0 0 0 0; border:0;'><img src='<?php echo plugins_url();?>/drawblog/icons/penwidth"+i+".png' width='"+((colors.length*10)-2)+"' height='15' onclick='drawblogSetWidth(\""+[YOUR WIDTH HERE]+"\")' style='cursor:pointer; margin:0 0 0 0; padding:0 0 0 0;display:inline; line-height:15;background:none' ></td></tr>");
       }
       ```
   
 * _[Please post code & markup between backticks or use the code button. Your posted
   code may now have been permanently damaged by the forum’s parser.]_
 * Change [YOUR WIDTH HERE] to a bigger pen width, like 10 or whatever. The other
   problem that remains — the fatter the pen, the weirder it draws. The stroke()
   method in Javascript doesn’t really do a very good job of drawing fat lines.
 *  Thread Starter [alejandronfb](https://wordpress.org/support/users/alejandronfb/)
 * (@alejandronfb)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/facebook-connect-5/#post-3901105)
 * Thanks Randy!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Facebook Connect’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/drawblog_a5a6a6.svg)
 * [DrawBlog](https://wordpress.org/plugins/drawblog/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/drawblog/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/drawblog/)
 * [Active Topics](https://wordpress.org/support/plugin/drawblog/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/drawblog/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/drawblog/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [alejandronfb](https://wordpress.org/support/users/alejandronfb/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/facebook-connect-5/#post-3901105)
 * Status: not resolved